Scrooge 21.11.0
finaglehelper
released this
24 Nov 22:31
·
138 commits
to develop
since this release
21.11.0
Runtime Behavior Changes
- scrooge-serializer: concrete implementations of the ThriftStructSerializer
trait in the c.t.scrooge. package now cache the value of its maxReusableBufferSize
flag for the duration of the application. This improves performance but also makes them
not observe changes to the flag. The value of this flag typically does not change during
run time of an application, so this is deemed an acceptable tradeoff. 064e1535