msgpack / msgpack-java

MessagePack serializer implementation for Java / msgpack.org[Java]
http://msgpack.org/
Apache License 2.0
1.41k stars 321 forks source link

[#691] Improve memory usage via reuse InputStreamBufferInput #692

Closed koo-taejin closed 11 months ago

xerial commented 11 months ago

Thank you for the PR.

msgpack-java is commonly used for encoding and decoding relatively small amounts of data. The JVM has been optimized for frequent memory allocations, so memory optimization like this is usually unnecessary.

I will close the PR as the CI is also not passing.

xerial commented 11 months ago

704 would be a following work