liblz4-java

LZ4 compression for Java

Description

LZ4 compression for Java, based on Yann Collet's work available at https://github.com/lz4/lz4. This library provides access to two compression methods that both generate a valid LZ4 stream: fast scan (LZ4) with a low memory footprint, very fast and reasonable compression ratio, and high compression (LZ4 HC) with medium memory footprint, rather slow and a good compression ratio

The streams produced by those two compression algorithms use the same compression format, are very fast to decompress and can be decompressed by the same decompressor instance.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/lz4/lz4-java


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install liblz4-java