An open API service indexing awesome lists of open source software.

https://github.com/crauzer/zstdsharp

Wrapper for the Zstandard compression library
https://github.com/crauzer/zstdsharp

compression decompression library zstandard zstd

Last synced: 9 months ago
JSON representation

Wrapper for the Zstandard compression library

Awesome Lists containing this project

README

          

![icon](https://raw.githubusercontent.com/Crauzer/ZstdSharp/master/zstd_icon.png)

# ZstdSharp [![Nuget](https://img.shields.io/nuget/dt/ZstdSharp?color=blue&logo=nuget&style=flat-square)](https://www.nuget.org/packages/ZstdSharp/) [![GitHub Releases](https://img.shields.io/github/downloads/Crauzer/ZstdSharp/latest/total?logo=github&style=flat-square)](https://github.com/Crauzer/ZstdSharp/releases)

ZstdSharp is a wrapper for the [native Zstandard library](https://github.com/facebook/zstd).

**Disclaimer: ZstdSharp is x64 only**

Features:
* Provides functions for immediate compression and decompression of data (Simple API)
* Streaming
* Possibility to use an explicit context for compression and decompression (Advanced API)
* Dictionaries
* ```Memory``` functions