IonKiwi.lz4.net 1.0.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package IonKiwi.lz4.net --version 1.0.11
NuGet\Install-Package IonKiwi.lz4.net -Version 1.0.11
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IonKiwi.lz4.net" Version="1.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IonKiwi.lz4.net --version 1.0.11
#r "nuget: IonKiwi.lz4.net, 1.0.11"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install IonKiwi.lz4.net as a Cake Addin
#addin nuget:?package=IonKiwi.lz4.net&version=1.0.11

// Install IonKiwi.lz4.net as a Cake Tool
#tool nuget:?package=IonKiwi.lz4.net&version=1.0.11

This package is a .NET wrapper arround the C lz4 library (v1.8.3), 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++ 2017 runtime (x86/x64)

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,340 1/9/2021
1.0.15 22,741 10/20/2019
1.0.14 980 10/5/2019
1.0.12 3,963 6/11/2019
1.0.11 52,595 10/15/2018
1.0.10 3,057 12/5/2017
1.0.9 4,346 5/28/2017
1.0.8.1 3,607 3/4/2017
1.0.8 1,683 3/1/2017
1.0.7 1,347 2/12/2017
1.0.6.1 1,515 10/30/2016
1.0.5 4,657 5/16/2015
1.0.4 2,378 2/22/2015
1.0.3 1,887 2/14/2015
1.0.2 2,227 2/14/2015

decompression failed when the first block was uncompressed #7
lz4 updated to v1.8.3