LZ4PCL 1.0.0
dotnet add package LZ4PCL --version 1.0.0
NuGet\Install-Package LZ4PCL -Version 1.0.0
<PackageReference Include="LZ4PCL" Version="1.0.0" />
paket add LZ4PCL --version 1.0.0
#r "nuget: LZ4PCL, 1.0.0"
// Install LZ4PCL as a Cake Addin #addin nuget:?package=LZ4PCL&version=1.0.0 // Install LZ4PCL as a Cake Tool #tool nuget:?package=LZ4PCL&version=1.0.0
A pure C# portable class library (PCL) implementation of high performance LZ4 compression algorithm, with streaming interface (System.IO.Stream derived).
It includes a High Compression (HC) codec variant, which is slower than the standard LZ4 codec, but provides a better compression ratio.
This library targets .NET 4.0, Windows Store, Windows Phone 8, and supports use in Xamarin.Android and Xamarin.iOS, implementations of Mono for mobile devices.
When methods are called, it automatically chooses the 32 or 64-bit word size implementations, whichever is fastest for the operation.
This library is optimised for high performance, enabled through use of 'unsafe' code blocks: single-thread speeds of >500 MB/s compression (and faster still decompression) are available with only modest hardware.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 30,903 | 9/4/2014 |