Info
Version: | 1.1.6 |
Author(s): | btburnett3 |
Last Update: | Tuesday, March 5, 2024 |
.NET Fiddle: | Create the first Fiddle |
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 Core. However, Snappier performs best in .NET Core 3.0 and later on little-endian x86/64 processors with the
help of System.Runtime.Instrinsics.