Lz4.Net
1.0.1
See the version list below for details.
dotnet add package Lz4.Net --version 1.0.1
NuGet\Install-Package Lz4.Net -Version 1.0.1
<PackageReference Include="Lz4.Net" Version="1.0.1" />
paket add Lz4.Net --version 1.0.1
#r "nuget: Lz4.Net, 1.0.1"
// Install Lz4.Net as a Cake Addin #addin nuget:?package=Lz4.Net&version=1.0.1 // Install Lz4.Net as a Cake Tool #tool nuget:?package=Lz4.Net&version=1.0.1
Lz4.Net is a wrapper of the Lz4 lib (version r91):
https://code.google.com/p/lz4/
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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. 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. |
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.