IonKiwi.lz4.net
1.0.15
See the version list below for details.
dotnet add package IonKiwi.lz4.net --version 1.0.15
NuGet\Install-Package IonKiwi.lz4.net -Version 1.0.15
<PackageReference Include="IonKiwi.lz4.net" Version="1.0.15" />
paket add IonKiwi.lz4.net --version 1.0.15
#r "nuget: IonKiwi.lz4.net, 1.0.15"
// Install IonKiwi.lz4.net as a Cake Addin #addin nuget:?package=IonKiwi.lz4.net&version=1.0.15 // Install IonKiwi.lz4.net as a Cake Tool #tool nuget:?package=IonKiwi.lz4.net&version=1.0.15
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)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35-client is compatible. net40-client is compatible. net45 is compatible. net451 was computed. net452 was computed. net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 is compatible. net471 is compatible. net472 is compatible. net48 was computed. net481 was computed. |
This package has no dependencies.
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 | Downloads | Last updated |
---|---|---|
1.0.16 | 3,829 | 1/9/2021 |
1.0.15 | 22,865 | 10/20/2019 |
1.0.14 | 1,013 | 10/5/2019 |
1.0.12 | 4,040 | 6/11/2019 |
1.0.11 | 52,675 | 10/15/2018 |
1.0.10 | 3,232 | 12/5/2017 |
1.0.9 | 4,412 | 5/28/2017 |
1.0.8.1 | 3,661 | 3/4/2017 |
1.0.8 | 1,752 | 3/1/2017 |
1.0.7 | 1,396 | 2/12/2017 |
1.0.6.1 | 1,561 | 10/30/2016 |
1.0.5 | 4,799 | 5/16/2015 |
1.0.4 | 2,421 | 2/22/2015 |
1.0.3 | 1,940 | 2/14/2015 |
1.0.2 | 2,283 | 2/14/2015 |
fixed issue with vc++ redist detection