Extremely Fast Compression algorithm http://lz4.github.io/lz4/
Go to file
2024-01-06 06:38:30 +01:00
lz4.spec automatic version update by autodist [release 1.8.3-1mamba;Thu Sep 20 2018] 2024-01-06 06:38:30 +01:00
README.md package created using the webbuild interface [release 1.8.0-1mamba;Sun Nov 19 2017] 2024-01-06 06:38:30 +01:00

lz4

LZ4 is lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. Speed can be tuned dynamically, selecting an "acceleration" factor which trades compression ratio for more speed up. On the other end, a high compression derivative, LZ4_HC, is also provided, trading CPU time for improved compression ratio. All versions feature the same decompression speed. LZ4 library is provided as open-source software using BSD 2-Clause license.