Snappy.NET
1.1.1.8
This library is no longer maintained, because I rarely use Windows or C++ these days. It has not been updated in years. You are welcome to adopt the library if you find it useful.
Install-Package Snappy.NET -Version 1.1.1.8
dotnet add package Snappy.NET --version 1.1.1.8
<PackageReference Include="Snappy.NET" Version="1.1.1.8" />
paket add Snappy.NET --version 1.1.1.8
#r "nuget: Snappy.NET, 1.1.1.8"
// Install Snappy.NET as a Cake Addin
#addin nuget:?package=Snappy.NET&version=1.1.1.8
// Install Snappy.NET as a Cake Tool
#tool nuget:?package=Snappy.NET&version=1.1.1.8
Snappy is an extremely fast compressor (250MB/s) and decompressor (500MB/s). Snappy.NET is a P/Invoke wrapper around native Snappy, which additionally implements Snappy framing/streaming format.
Product | Versions |
---|---|
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- Crc32C.NET (>= 1.0.5)
NuGet packages (14)
Showing the top 5 NuGet packages that depend on Snappy.NET:
Package | Downloads |
---|---|
Kafunk
Description not set |
|
kafka4net
Kafka driver for .NET Event-driven architecture, all asynchronous. Automatic following changes of Leader Partition in case of broker failure. Integration tests are part of the codebase. Use Vagrant to provision 1 zookeeper and 3 kafka virtual servers. Use RxExtensions library to expose API and for internal implementation. Support compression (gzip, lz4, snappy). |
|
Wikiled.Core.Utility
Wikiled Core Utilities |
|
IronLeveldb
A leveldb implementation in C# |
|
Franz
Kafka client for .NET written in F# |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on Snappy.NET:
Repository | Stars |
---|---|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
|
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
|
|
WolvenKit/WolvenKit
Mod editor/creator for RED Engine games. The point is to have an all in one tool for creating mods for the games made with the engine.
|
|
alexandre-spieser/mongodb-generic-repository
An example of generic repository implementation using the MongoDB C# Sharp 2.0 driver (async)
|
|
criteo/kafka-sharp
A C# Kafka driver
|
Version | Downloads | Last updated | |
---|---|---|---|
1.1.1.8 | 3,724,375 | 3/5/2014 |
Fixed calling convention.