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.
dotnet add package Snappy.NET --version 1.1.1.8
NuGet\Install-Package Snappy.NET -Version 1.1.1.8
<PackageReference Include="Snappy.NET" Version="1.1.1.8" />
<PackageVersion Include="Snappy.NET" Version="1.1.1.8" />
<PackageReference Include="Snappy.NET" />
paket add Snappy.NET --version 1.1.1.8
#r "nuget: Snappy.NET, 1.1.1.8"
#addin nuget:?package=Snappy.NET&version=1.1.1.8
#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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Crc32C.NET (>= 1.0.5)
NuGet packages (15)
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# |
|
OpheliaSuite.Domain.Base
Librería base de la capa de dominio |
GitHub repositories (6)
Showing the top 6 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
|
|
shalzuth/LostArkLogger
Lost Ark DPS Meter
|
|
mrsalmon1976/Stateless.WorkflowEngine
Basic .NET workflow engine based on the awesome stateless State Machine.
|
|
criteo/kafka-sharp
A C# Kafka driver
|
|
DigitalPlatform/dp2
Integrated Library System / 图书馆集成系统
|
Version | Downloads | Last updated | |
---|---|---|---|
1.1.1.8 | 8,465,381 | 3/5/2014 |
Fixed calling convention.