Bindings to Google's Snappy: A fast compression library
[Snappy](https://github.com/google/snappy) is a fast (de)compression library. It is written in C++, but a basic set of C bindings is also provided. Although the C bindings only support the "raw" Snappy format, this package provides support for the Snappy "frame" format on top of the raw C API, enabling extremely fast (de)compression of lazy (streamed) data.
Finley McIlwaine, Edsko de Vries
finley@well-typed.com
BSD-3-Clause
2025-11-03T22:03:51Z
None