Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffesp/Snappy.Sharp
An implementation of google's Snappy compression format in C#
https://github.com/jeffesp/Snappy.Sharp
Last synced: 18 days ago
JSON representation
An implementation of google's Snappy compression format in C#
- Host: GitHub
- URL: https://github.com/jeffesp/Snappy.Sharp
- Owner: jeffesp
- License: apache-2.0
- Created: 2012-08-22T23:24:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T09:51:34.000Z (over 7 years ago)
- Last Synced: 2024-09-30T14:17:56.713Z (about 1 month ago)
- Language: C#
- Size: 2.86 MB
- Stars: 142
- Watchers: 10
- Forks: 31
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
- awesome-csharp - Snappy.Sharp - An implementation of Google's Snappy compression algorithm in C#. (Compression)
- awesome-dotnet-cn - Snappy.Sharp - 用C#实现的谷歌Snappy 压缩算法。 (压缩)
- awesome-dotnet - Snappy.Sharp - An implementation of Google's Snappy compression algorithm in C#. (Compression)
- awesome-dot-dev - Snappy.Sharp - An implementation of Google's Snappy compression algorithm in C#. (Compression)
- awsome-dotnet - Snappy.Sharp - An implementation of Google's Snappy compression algorithm in C#. (Compression)
- awesome-dotnet - Snappy.Sharp - An implementation of Google's Snappy compression algorithm in C#. (Compression)
README
# Snappy.Sharp
An implementation of Google's Snappy compression algorithm in C#.
This is still a work in progress, especially the streaming stuff.
The current status is that I think the compression and expansion algorithms work right. The streaming stuff has only just been started and shouldn't even be used.