snappy

Bindings to the Google Snappy library for fast compression/decompression

http://github.com/bos/snappy

LTS Haskell 19.33:0.2.0.2
Stackage Nightly 2022-03-17:0.2.0.2
Latest on Hackage:0.2.0.2

See all snapshots snappy appears in

BSD-3-Clause licensed and maintained by Bryan O'Sullivan
This version can be pinned in stack with:snappy-0.2.0.2@sha256:2931b03c5fdab2dac8d7eadb3be2f4ef8906666e43f1f1db65a06efd57ea701b,1591

Module documentation for 0.2.0.2

Depends on 2 packages(full list with versions):

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].