Info
Version: | 1.2.0 |
Author(s): | btburnett3 |
Last Update: | Thursday, January 30, 2025 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://brantburnett.github.io/Snappier/ |
NuGet Url: | https://www.nuget.org/packages/Snappier |
Install
Install-Package Snappier
dotnet add package Snappier
paket add Snappier
Snappier Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- System.Memory(>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe(>= 4.7.1)
- System.Threading.Tasks.Extensions(>= 4.5.4)
No dependencies.
No dependencies.
- System.Runtime.CompilerServices.Unsafe(>= 4.7.1)
Tags
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.