lz4-java
lz4-java copied to clipboard
Allow to recycle compression buffers
trafficstars
When compressing lots of small buffers, it may happen that the bottleneck is the allocation of the hash table. There should be an option in order to reuse these hash tables per thread.