Xe
Codec.Compression.Snappy

Source Contents Index snappy-0.2.0.2: Bindings to the Google Snappy library for fast compression/decompression Portability portable Stability experimental Maintainer Bryan O'Sullivan <bos@serpentine.com> Safe Haskell Safe-Infered Codec.Compression.Snappy Description This module provides fast, pure Haskell bindings to Google's Snappy compression and decompression library: http://code.google.com/p/snappy/ These functions operate on strict bytestrings, and thus use as much memory as both the entire compressed and uncompressed data. Synopsis compress :: ByteString -> ByteString decompress :: ByteString -> ByteString compress :: ByteString -> ByteString Source Compress data into the Snappy format. decompress :: ByteString -> ByteString Source Decompress data in the Snappy format. If the input is not compressed or is corrupt, an exception will be thrown. Produced by Haddock version 2.10.0...

Linked on 2015-09-17 21:07:39 | Similar Links