You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2022. It is now read-only.
Reuse TMemoryBuffer when calculating size of ThriftType (#185)
Previous approach allocates several max size buffer everytime we
want to calculate the size of the serialized thrift type. This changes
to reuse only 1 buffer per sender. As sender is single-threaded this should be
safe.
Signed-off-by: Daniel Dao <[email protected]>
0 commit comments