Lz4.Net
1.0.98
dotnet add package Lz4.Net --version 1.0.98
NuGet\Install-Package Lz4.Net -Version 1.0.98
<PackageReference Include="Lz4.Net" Version="1.0.98" />
paket add Lz4.Net --version 1.0.98
#r "nuget: Lz4.Net, 1.0.98"
// Install Lz4.Net as a Cake Addin
#addin nuget:?package=Lz4.Net&version=1.0.98
// Install Lz4.Net as a Cake Tool
#tool nuget:?package=Lz4.Net&version=1.0.98
Lz4.Net is a wrapper of the Lz4 lib (version r98):
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 | Versions |
---|---|
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
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.
* r. 98
* r. 94