@hackage snappy0.2.0.4
Fast Haskell bindings to Google’s Snappy compression library.
Categories
License
Apache-2.0
Maintainer
ARJANEN Loïc Jean David <ljd@luigiscorner.mu>
Links
Versions
Installation
Dependencies (2)
- base <5
- bytestring >=0.11 Show all…
Dependents (10)
@hackage/dataframe, @hackage/lz4, @hackage/snappy-iteratee, @hackage/snappy-conduit, @hackage/qudb, @hackage/acme-everything, Show all…
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 Framagit issue tracker.
Master git repository:
git clone https://framagit.org/ljdarj/snappy.git
Authors
This library was written by Bryan O'Sullivan (bos@serpentine.com) and is maintained by ARJANEN Loïc Jean David (ljd@luigiscorner.mu).