Sign in Sign up
nuget

IonKiwi.lz4.net

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 per core, with near-linear scalability for multi-threaded applications. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. The original sources are recompiled for .NET (VC++ /clr:pure). The stream implementation is compliant with the LZ4 Frame Format (v1.6.1). (.NET 3.5 / 4.0 / 4.5 / 4.7) lz4.x86.dll - lz4 x86 version lz4.x64.dll - lz4 x64 version lz4.AnyCPU.loader.dll - Any CPU / MSIL wrapper, automatically loads x86 or x64 dll NOTE: the .NET 3.5 version requires the Microsoft Visual C++ 2008 runtime (x86/x64) the .NET 4.0/4.5/4.7 version requires the Microsoft Visual C++ 2019 runtime (x86/x64)

nuget View on Nuget

Activity

Latest release
5y ago
Total releases
15
Cadence
~3 months
Last 12 months
0

Details

First release
Feb 14, 2015
Releases
Version Released
1.0.16 patch
1.0.15 patch
1.0.14 patch
1.0.12 patch
1.0.11 patch
1.0.10 patch
1.0.9 patch
1.0.8.1 patch
1.0.8 patch
1.0.7 patch
1.0.6.1 patch
1.0.5 patch
1.0.4 patch
1.0.3 patch
1.0.2 initial