Popularity
8.1
Declining
Activity
0.0
Stable
31
4
16

Monthly Downloads: 24
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Codec     Compression     Snappy    

snappy alternatives and similar packages

Based on the "snappy" category.
Alternatively, view snappy alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of snappy or a related project?

Add another 'snappy' Package

README

Welcome to snappy

snappy is a fast Haskell library for working with data compressed using Google's Snappy format. It is implemented as a binding to the Snappy library.

It implements zero-copy compression and decompression of both strict and lazy bytestrings, the standard Haskell types for managing binary data efficiently.

Join in!

We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.

Please report bugs via the github issue tracker.

Master git repository:

  • git clone git://github.com/bos/snappy.git

There's also a Mercurial mirror:

  • hg clone http://bitbucket.org/bos/snappy

(You can create and contribute changes using either git or Mercurial.)

Authors

This library is written and maintained by Bryan O'Sullivan, [email protected].