You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
404 B

5 years ago
lz4 (compression algorithm)
LZ4 is lossless compression algorithm, providing compression speed at
400 MB/s per core (0.16 Bytes/cycle). It also features an extremely fast
decoder, with speed in multiple GB/s per core (0.71 Bytes/cycle). A high
compression derivative, called LZ4_HC, is also provided. It trades CPU
time for compression ratio.
This build includes liblz4 and the command-line lz4 tools.