![]() |
VOOZH | about |
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" />Directory.Packages.props
<PackageReference Include="Snappy.NET" />Project file
paket add Snappy.NET --version 1.1.1.8
#r "nuget: Snappy.NET, 1.1.1.8"
#:package Snappy.NET@1.1.1.8
#addin nuget:?package=Snappy.NET&version=1.1.1.8Install as a Cake Addin
#tool nuget:?package=Snappy.NET&version=1.1.1.8Install as a Cake Tool
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 net20 is compatible. net35 net35 was computed. net40 net40 was computed. net403 net403 was computed. net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
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# |
|
|
XYS.Worker.LabReport2Mongo
Description |
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
|
|
|
DigitalPlatform/dp2
Integrated Library System / 图书馆集成系统
|
|
|
mrsalmon1976/Stateless.WorkflowEngine
Basic .NET workflow engine based on the awesome stateless State Machine.
|
|
|
criteo/kafka-sharp
A C# Kafka driver
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.1.1.8 | 9,321,624 | 3/5/2014 | 1.1.1.8 is deprecated because it is no longer maintained. |
Fixed calling convention.