LZ4PCL 1.0.0

dotnet add package LZ4PCL --version 1.0.0
NuGet\Install-Package LZ4PCL -Version 1.0.0
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="LZ4PCL" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LZ4PCL --version 1.0.0
#r "nuget: LZ4PCL, 1.0.0"
#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 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.

There are no supported framework assets in this package.

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 21,427 9/4/2014