ZIP
WinGet
Zstandard
Meta · 1.5.5 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
zstd-v1.5.5-win64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Meta.Zstandard
Version
1.5.5
Description
Zstandard 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 stage, provided by Huff0 and FSE library.
License
GPL-2.0
↗
Homepage
https://github.com/facebook/zstd
Upgrade Behavior
uninstallprevious(Uninstall previous first)
Release Notes
Change Log
- fix: fix rare corruption bug affecting the high compression mode, reported by @danlark1 (#3517, @terrelln)
- perf: improve mid-level compression speed (#3529, #3533, #3543, @yoniko and #3552, @terrelln)
- lib: deprecated bufferless block-level API (#3534) by @terrelln
- cli: mmap large dictionaries to save memory, by @daniellerozenblit
- cli: improve speed of --patch-from mode (~+50%) (#3545) by @daniellerozenblit
- cli: improve i/o speed (~+10%) when processing lots of small files…