Lz4.Net 1.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Lz4.Net --version 1.0.7
NuGet\Install-Package Lz4.Net -Version 1.0.7
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="Lz4.Net" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Lz4.Net --version 1.0.7
#r "nuget: Lz4.Net, 1.0.7"
#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 Lz4.Net as a Cake Addin
#addin nuget:?package=Lz4.Net&version=1.0.7

// Install Lz4.Net as a Cake Tool
#tool nuget:?package=Lz4.Net&version=1.0.7

Lz4.Net is a wrapper of the Lz4 lib (version r91):

https://code.google.com/p/lz4/
http://fastcompression.blogspot.com.br/p/lz4.html

LZ4 is a very fast lossless compression algorithm, providing compression speed at 300 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speeds up and beyond 1GB/s per core, typically reaching RAM speed limits on multi-core systems.

A high compression derivative, called LZ4_HC, is also provided. It trades CPU for compression ratio.

Lz4.Net is a wrapper using the native dll (x86/x64) and has some helper methods and stream implementation.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  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 Lz4.Net:

Package Downloads
Wellcomm.Commons

基础框架:通用工具库

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.98 122,328 7/2/2013
1.0.94 16,218 5/7/2013
1.0.8 1,331 4/10/2013
1.0.7 1,245 4/4/2013
1.0.6 1,206 4/3/2013
1.0.5 1,268 4/3/2013
1.0.4 1,217 4/3/2013
1.0.3 1,209 4/2/2013
1.0.2 1,219 4/2/2013
1.0.1 1,455 4/2/2013