LZ4 PCL NuGet Package

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.




Got any LZ4 PCL Question?





Info

Version: 1.0.0
Author(s): zenith
Last Update: Thursday, September 4, 2014
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/zenith-nz/LZ4PCL
NuGet Url: https://www.nuget.org/packages/LZ4PCL


Install
Install-Package LZ4PCL
dotnet add package LZ4PCL
paket add LZ4PCL
LZ4PCL Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

avg-downloads-per-day

2

days-since-last-release

3524