lz4-java icon indicating copy to clipboard operation
lz4-java copied to clipboard

Allow to recycle compression buffers

Open jpountz opened this issue 10 years ago • 0 comments

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.

jpountz avatar Jan 04 '14 15:01 jpountz