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
- Host: GitHub
- URL: https://github.com/crauzer/zstdsharp
- Owner: Crauzer
- License: gpl-3.0
- Created: 2020-07-18T16:21:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T18:10:22.000Z (about 4 years ago)
- Last Synced: 2025-04-03T11:40:37.530Z (9 months ago)
- Topics: compression, decompression, library, zstandard, zstd
- Language: C#
- Homepage:
- Size: 24 MB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# ZstdSharp [](https://www.nuget.org/packages/ZstdSharp/) [](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