airlift / aircompressor

A port of Snappy, LZO, LZ4, and Zstandard to Java
Apache License 2.0
549 stars 110 forks source link

Lz4 double buffering #165

Open Katikatikou opened 1 year ago

Katikatikou commented 1 year ago

Hello first of all thanks a lot for your library already tested on snappy zstd and lz4 and indeed it's much faster. 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