Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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#

Awesome Lists containing this project

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.