lz4 / lz4-java

LZ4 compression for Java
Apache License 2.0
1.09k stars 248 forks source link

LZ4 java with double buffering #206

Open Katikatikou opened 1 year ago

Katikatikou commented 1 year ago

Hello,

I read that lz4 compression with double buffering is much more efficient do you know if it's supported? I didn't try to implement yet it's just a genuine question before implementing it. I don't think that I can use it with the pure java implementation right ?

Sorry for the "dummy" questions

Kind regards Salah