.NET 11 adds Zstandard (Zstd) compression support with new ZstandardStream
Summary
.NET 11 introduces ZstandardStream, adding Zstandard (Zstd) compression support to the .NET ecosystem alongside existing options like DeflateStream, GZipStream, ZLibStream, and BrotliStream. Zstandard is a compression algorithm originally published by Facebook in 2015, designed to offer compression ratios comparable to DEFLATE but with faster performance, especially for decompression. It supports tunable compression levels ranging from -7 (fastest) to 22 (slowest).
Source
Key quotes
· 2 pulledZstandard was designed to give a compression ratio comparable to that of the DEFLATE algorithm (developed in 1991 and used in the original ZIP and gzip programs), but faster, especially for decompression.
It is tunable with compression levels ranging from negative 7 (fastest)[6] to 22 (slowest in comp
You might also wanna read
Proposal to Replace Deflate with Zstandard or LZ4 for Faster .PNG Processing
The article discusses the slow read/write times of .PNG files and proposes the adoption of newer, faster lossless open-source codecs like Zs
Show HN: Zeekstd – Rust Implementation of the ZSTD Seekable Format
Facebook Releases OpenZL: A Novel Data Compression Framework for Specialized Datasets
OpenZL is a novel data compression framework developed by Facebook that delivers high compression ratios while maintaining high speed. It ta
OpenZL: Open Source Format-Aware Compression Framework Released
OpenZL is a new open-source data compression framework that provides lossless compression for structured data with performance comparable to
Technical Analysis: Critical Weaknesses in xz Compressed Data Format Design
This technical analysis article examines the xz compressed data format and identifies multiple critical weaknesses that make it inadequate f
6cy: High-Performance Streaming Container Format with Rust Reference Implementation
6cy is a high-performance, streaming-first binary archive format with a reference implementation in Rust. The format is built around five ha
Comments
Sign in to join the conversation.
No comments yet. Be the first.
