Snappier 1.1.1
dotnet add package Snappier --version 1.1.1
NuGet\Install-Package Snappier -Version 1.1.1
<PackageReference Include="Snappier" Version="1.1.1" />
paket add Snappier --version 1.1.1
#r "nuget: Snappier, 1.1.1"
// Install Snappier as a Cake Addin
#addin nuget:?package=Snappier&version=1.1.1
// Install Snappier as a Cake Tool
#tool nuget:?package=Snappier&version=1.1.1
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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.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 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- System.Memory (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Snappier:
Package | Downloads |
---|---|
MongoDB.Driver.Core
Core Component of the Official MongoDB .NET Driver. |
|
MongoDB.Driver.Core.signed
(Unofficial) Signed Core Component of the MongoDB .NET Driver. The containing assembly was generated by signing the officially published MongoDB.Driver.Core.dll. |
|
IronCompress
Buffer compresison library supporting all the major compression algorithms (gzip, brotli, snappy, zstd etc.) |
|
Etherna.MongoDB.Driver.Core
Fork by Etherna of the Core Component of the Official MongoDB .NET Driver. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Snappier:
Repository | Stars |
---|---|
mongodb/mongo-csharp-driver
The Official C# .NET Driver for MongoDB
|
|
couchbase/couchbase-net-client
The official Couchbase SDK for .NET Core and Full Frameworks
|
|
FirelyTeam/spark
Firely and Incendi's open source FHIR server
|
|
aelassas/wexflow
Open Source .NET Workflow Engine and Automation Platform
|
Version | Downloads | Last updated |
---|---|---|
1.1.1 | 0 | 3/27/2023 |
1.1.0 | 1,394 | 3/12/2023 |
1.0.0 | 3,835,466 | 1/23/2021 |
1.0.0-beta002 | 481 | 11/3/2020 |
1.0.0-beta001 | 208 | 10/22/2020 |