Version: 1:0
snappy: fast compression/decompression
(require (planet plt/snappy:1:0)) |
1 Introduction
This is an FFI binding for the
Snappy library
from Google. Snappy provides very fast compression
and decompression, though with larger compressed sizes.
Compresses the input bytestring and returns the
resulting bytestring.
Uncompresses the input bytestring and returns the
resulting bytestring. Requires that the input bytestring
was the result of a valid Snappy compression.
Returns #t if input is a compressed
bytestring that can be uncompressed with Snappy.
Otherwise returns #f.
2 History
- PLaneT 1:0 —
2012-10-14 Initial release.
3 Legal
Copyright 2012 Stephen Chang & Asumu Takikwa.