IonKiwi.lz4.net
1.0.16
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)
Install-Package IonKiwi.lz4.net -Version 1.0.16
dotnet add package IonKiwi.lz4.net --version 1.0.16
<PackageReference Include="IonKiwi.lz4.net" Version="1.0.16" />
paket add IonKiwi.lz4.net --version 1.0.16
#r "nuget: IonKiwi.lz4.net, 1.0.16"
Release Notes
updated lz4 to v1.9.3
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on IonKiwi.lz4.net:
Package | Downloads |
---|---|
FileTape.Lz4
Lz4 packing for FileTape data storage
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on IonKiwi.lz4.net:
Repository | Stars |
---|---|
KillzXGaming/Switch-Toolbox
A tool to edit many video game file formats
|
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.16 | 178 | 1/9/2021 |
1.0.15 | 13,656 | 10/20/2019 |
1.0.14 | 339 | 10/5/2019 |
1.0.12 | 2,484 | 6/11/2019 |
1.0.11 | 51,536 | 10/15/2018 |
1.0.10 | 2,263 | 12/5/2017 |
1.0.9 | 2,980 | 5/28/2017 |
1.0.8.1 | 2,822 | 3/4/2017 |
1.0.8 | 614 | 3/1/2017 |
1.0.7 | 626 | 2/12/2017 |
1.0.6.1 | 731 | 10/30/2016 |
1.0.5 | 2,220 | 5/16/2015 |
1.0.4 | 907 | 2/22/2015 |
1.0.3 | 678 | 2/14/2015 |
1.0.2 | 737 | 2/14/2015 |