package zstandard

  1. Overview
  2. Docs
OCaml bindings to Zstandard

Install

Dune Dependency

Authors

Maintainers

Sources

zstandard-v0.15.0.tar.gz
sha256=e1b9d4605d1c7825e1dfea4cdb4abe356f61acc32b14362535cd3c5d62352b36

doc/index.html

zstandard

API

Library zstandard

  • Zstandard zstd, short for Zstandard, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios. The zstd compression library provides in-memory compression and decompression functions. The library supports compression levels from 1 up to max_compression_level () (currently 22). Levels >= 20, labeled `--ultra`, should be used with caution, as they require more memory.

Library zstandard.bindings

OCaml

Innovation. Community. Security.