Skip to main content

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

Total Downloads
13.7M
13,664,486
Published
Mar 17, 2017
Latest stable version

Install

.NET CLI
dotnet add package lz4net --version 1.0.15.93
Package Manager Console
Install-Package lz4net -Version 1.0.15.93
PackageReference
<PackageReference Include="lz4net" Version="1.0.15.93" />

Frameworks

.NETFramework2.0 .NETFramework4.0-Client .NETPortable0.0-Profile92 .NETPortable0.0-Profile328 .NETStandard1.0

Dependencies

NETStandard.Library
.NETStandard1.0
[1.6.1, )
lz4net.unsafe.netcore
.NETStandard1.0
[1.0.15.93, 1.0.15.93]

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 5 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.