snappy: Bindings to the Google Snappy library for fast compression/decompression

[ bsd3, codec, compression, library ] [ Propose Tags ]

This library provides fast, pure Haskell bindings to Google's Snappy compression and decompression library: http://code.google.com/p/snappy/


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.2
Dependencies base (<5), bytestring [details]
License BSD-3-Clause
Copyright Copyright 2011 MailRank, Inc.
Author Bryan O'Sullivan <bos@mailrank.com>
Maintainer Bryan O'Sullivan <bos@mailrank.com>
Category Codec, Compression
Home page http://github.com/mailrank/snappy
Bug tracker http://github.com/mailrank/snappy/issues
Source repo head: git clone http://github.com/mailrank/snappy
Uploaded by BryanOSullivan at 2011-03-25T06:38:25Z
Distributions NixOS:0.2.0.2
Reverse Dependencies 7 direct, 3 indirect [details]
Downloads 4329 total (24 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for snappy-0.2.0.0

[back to package description]

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/mailrank/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, bos@mailrank.com.