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
185.0M
184,990,434
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, )