Snappy.Sharp icon indicating copy to clipboard operation
Snappy.Sharp copied to clipboard

An implementation of google's Snappy compression format in C#

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.