LZ4 is lossless compression algorithm, sacrificing compression ratio for compression/decompression speed. Its compression speed is ~400 MB/s per core while decompression speed reaches ~2 GB/s, not far from RAM speed limits.
LZ4net brings LZ4 to all (most?) .NET platforms: .NET 2.0+, .NET Core,...
More information
This package is a .NET wrapper arround the C lz4 library (v1.9.2), compliant with the LZ4 Frame Format.
LZ4 has been written by Yann Collet and the original sources can be found on https://github.com/lz4/lz4
LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s...
More information
LZ4 is lossless compression algorithm, sacrificing compression ratio for compression/decompression speed. Its compression speed is ~400 MB/s per core while decompression speed reaches ~2 GB/s, not far from RAM speed limits.
This package is a translation of the lz4 C sources (1.9.3) to C#.
LZ4 has been written by Yann Collet and the original sources can be found on https://github.com/lz4/lz4
LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, with near-linear scalability...
More information