@cardano / snappy-c

Bindings to Google's Snappy: A fast compression library

Latest0.1.3

About

Metadata

  • Last updated
  • License BSD-3-Clause
  • Maintained by: finley@well-typed.com

Links

Installation

Tested Compilers

  1. 9.12.2
  2. 9.10.3
  3. 9.8.4
  4. 9.6.7
  5. 9.4.8
  6. 9.2.8
  7. 8.10.7

Package Flags

Use the -f option with cabal commands to enable flags

    pkg-config (off by default)

    Use pkg-config executable to locate foreign snappy library.

Readme

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.