About 24,800 results
Open links in new tab
  1. GitHub - facebook/zstd: Zstandard - Fast real-time compression ...

    Zstandard, or zstd as short version, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios.

  2. zstd - Wikipedia

    Zstd is the corresponding reference implementation in C, released as open-source software on 31 August 2016. [3][4] The algorithm was published in 2018 as RFC 8478, which also defines an …

  3. zstd

    Zstd can trade compression speed for stronger compression ratios. It is configurable by small increment. Decompression speed is preserved and remain roughly the same at all settings, a property shared …

  4. Releases · facebook/zstd - GitHub

    Zstandard - Fast real-time compression algorithm. Contribute to facebook/zstd development by creating an account on GitHub.

  5. Zstandard (Zstd): Fast Compression Made Simple - Medium

    Zstd solves this problem with its dictionary compressionfeature. By training the algorithm with representative samples, you get a dictionary that makes small data compression practical and efficient.

  6. How to install and use ZSTD compression tool on Linux

    Sep 22, 2025 · $ tar -I zstd -xvf example.tar.zst Closing Thoughts In this guide, we saw how to install and use the Zstandard (zstd) compression tool in Linux. We learned how to compress and …

  7. How to Install and Use ZSTD Compression Tool on Linux

    Jan 14, 2026 · In this guide, we’ll walk through installing ZSTD on major Linux distributions, verifying the installation, and mastering both basic and advanced usage—from compressing single files to …

  8. zstd 1.5.1 Manual - GitHub Pages

    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 …

  9. compression.zstd — Compression compatible with the Zstandard …

    This module provides classes and functions for compressing and decompressing data using the Zstandard (or zstd) compression algorithm. The zstd manual describes Zstandard as “a fast lossless …

  10. zstd · PyPI

    ZSTD Bindings for Python Simple python bindings to Yann Collet ZSTD compression library. Zstd, short for Zstandard, is a new lossless compression algorithm, which provides both good compression ratio …