igalshilman opened a new pull request #251:
URL: https://github.com/apache/flink-statefun/pull/251


   Profiling allocations shows that around 25% of the allocations happens
   while parsing Protobuf, this happens because
   the `CodedInputStream`/`CodedOutputStream` allocate a 4kb buffer on 
construction.
   This can be easily avoided by caching and reusing them.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to