lz4net 1.0.15.93
LZ4 is lossless compression algorithm, sacrificing compression ratio for compression/decompression speed. Its compression speed is ~400 MB/s per core while decompression speed reaches ~2 GB/s, not far from RAM speed limits.
LZ4net brings LZ4 to all (most?) .NET platforms: .NET 2.0+, .NET Core, Mono, Windows Phone, Xamarin.iOS, Xamarin.Android and Silverlight
Install-Package lz4net -Version 1.0.15.93
dotnet add package lz4net --version 1.0.15.93
<PackageReference Include="lz4net" Version="1.0.15.93" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add lz4net --version 1.0.15.93
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
2017-03-17
- CHANGED: fixed issues with .NET Standard 1.0
Dependencies
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 4.0 Client
- No dependencies.
-
.NETStandard 1.0
- lz4net.unsafe.netcore (= 1.0.15.93)
- NETStandard.Library (>= 1.6.1)
-
Portable Class Library (.NETFramework 4.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- No dependencies.
-
Portable Class Library (.NETFramework 4.0, Windows 8.0, WindowsPhoneApp 8.1)
- No dependencies.
Used By
NuGet packages (41)
Showing the top 5 NuGet packages that depend on lz4net:
Package | Downloads |
---|---|
ClickHouse.Ado
.NET driver for Yandex ClickHouse. It implements native ClickHouse protocol with data compression (not a wrapper for HTTP client)
|
|
kafka-sharp
High Performance .NET Kafka Client
|
|
Aliyun.Api.LogService
Aliyun LogService SDK for .NET Core.
|
|
Dse
Built on top of DataStax C# driver for Apache Cassandra, it provides additional features designed for DataStax Enterprise.
|
|
MessageVault.Client
MessageVault client library.
|
GitHub repositories (10)
Showing the top 5 popular GitHub repositories that depend on lz4net:
Repository | Stars |
---|---|
axle-h/Retro.Net
Retro hardware libraries in .NET Core with an Angular front end
|
|
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
|
|
KillzXGaming/Switch-Toolbox
A tool to edit many video game file formats
|
|
overtools/OWLib
Series of programs (tools) to interact with the Overwatch files.
|
|
usaginya/MoeLoader-Delta
Improved branching version of MoeLoader
|