Snappier 1.0.0-beta001
See the version list below for details.
Install-Package Snappier -Version 1.0.0-beta001
dotnet add package Snappier --version 1.0.0-beta001
<PackageReference Include="Snappier" Version="1.0.0-beta001" />
paket add Snappier --version 1.0.0-beta001
#r "nuget: Snappier, 1.0.0-beta001"
// Install Snappier as a Cake Addin
#addin nuget:?package=Snappier&version=1.0.0-beta001&prerelease
// Install Snappier as a Cake Tool
#tool nuget:?package=Snappier&version=1.0.0-beta001&prerelease
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 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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 3.0
- No dependencies.
-
.NETStandard 2.0
- System.Memory (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 4.7.1)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.1
- System.Runtime.CompilerServices.Unsafe (>= 4.7.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Snappier:
Repository | Stars |
---|---|
couchbase/couchbase-net-client
The official Couchbase SDK for .NET Core and Full Frameworks
|
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 4,971 | 1/23/2021 |
1.0.0-beta002 | 437 | 11/3/2020 |
1.0.0-beta001 | 169 | 10/22/2020 |