Hasty Briefsbeta

Bilingual

Show HN: Zeekstd – Rust Implementation of the ZSTD Seekable Format

a year ago
  • #Zstandard
  • #Rust
  • #Compression
  • Rust implementation of the Zstandard Seekable Format.
  • Splits compressed data into independent frames for efficient decompression.
  • Zeekstd updates the seekable format while maintaining compatibility.
  • Encoder starts new frames at 2MiB of uncompressed data by default.
  • Decoder can decompress all frames or specific frames as configured.
  • Includes a CLI tool utilizing the library.
  • zstd C library is dual licensed under BSD/GPLv2.
  • Zeekstd is licensed under BSD 2-Clause.