• Stars
    star
    136
  • Rank 258,234 (Top 6 %)
  • Language
    C#
  • License
    Apache License 2.0
  • Created over 11 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.