Skip to main content
Snappier package icon

Snappier

A near-C++ performance implementation of the Snappy compression algorithm for .NET. Snappier is ported to C# directly from the official C++ implementation, with the addition of support for the framed stream format. By avoiding P/Invoke, Snappier is fully cross-platform and works on both Linux and Windows and against any CPU supported by .NET. However, Snappier performs best in .NET 6 and later on little-endian x86/64 processors with the help of System.Runtime.Instrinsics.

Total Downloads
201.0M
200,964,400
Published
Apr 28, 2026
Latest stable version

Install

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

Frameworks

.NETFramework4.7.2 net8.0 .NETStandard2.0

Dependencies

System.Memory
.NETFramework4.7.2
[4.6.3, )
System.Memory
.NETStandard2.0
[4.6.3, )

Adoption guide

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

Compatibility metadata lists 3 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.