About 1,760 results
Open links in new tab
  1. zstd - Wikipedia

    Zstandard is a lossless data compression algorithm developed by Yann Collet at Facebook. Zstd is the corresponding reference implementation in C, released as open-source software on 31 August 2016. …

  2. GitHub - facebook/zstd: Zstandard - Fast real-time compression algorithm

    Zstandard, or zstd as short version, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios. It's backed by a very fast entropy …

  3. Zstandard - Real-time data compression algorithm

    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. compression.zstdCompression compatible with the Zstandard …

    2 days ago · 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 …

  5. ZSTD compression in SQL Server 2025 | Microsoft Community Hub

    May 19, 2025 · With the release of SQL Server 2025 Preview, we are introducing a powerful new feature that promises to significantly enhance data storage efficiency: support for the Zstandard (ZSTD) …

  6. Zstd Introduction ⚫ Zstd is a fast lossless compression algorithm created by Facebook, targeting real-time compression scenarios at zlib-level and better compression ratios

  7. Zstandard (zstd) Compression Guide - Fast Real-time Compression

    What is Zstandard (zstd)? Zstandard is a real-time compression algorithm developed by Facebook that provides high compression ratios with very fast compression and decompression speeds. It's …

  8. Compression Algorithms You Probably Inherited: gzip, Snappy, LZ4, zstd

    Aug 18, 2025 · In modern pipelines — Kafka, Parquet, column stores, data lakes - the wrong compression algorithm can degrade all of these. Two metrics matter most: Compression ratio: How …

  9. Zstandard compression - Glossary - MDN

    Jul 11, 2025 · Zstandard, or zstd as short version, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios. It's backed by a very fast …

  10. Revisiting the zstd compression algorithm ~ MOK's …

    Apr 14, 2025 · zstd has 19 different compression levels, and in the experiment detailed below they are named “zstd-1”, “zstd-2”, etc. up to “zstd-19”. For purposes of comparison, I have included results …