Lines Matching full:decompression

42 perf: Decompression loop refactor, speed improvements on `clang` and for `--long` modes (#2614 #263…
43 perf: Reduced stack usage during compression and decompression entropy stage (#2522 #2524, @terrell…
50 bug: Fix UBSAN error in decompression (#2625, @terrelln)
74 contrib: Seekable format - Decompression hanging edge case fix (#2516, @senhuang42)
77 contrib: Seekable format - Decompression fix for large offsets, (#2594, @azat)
135 perf: Improve small block decompression speed by 20%+, by @terrelln
137 perf: Improve decompression speed by improving ZSTD_wildcopy, by @helloguo (#2252, #2256)
169 perf: Improved decompression speed: x64 : +10% (clang) / +5% (gcc); ARM : from +15% to +50%, depend…
175 cli : -b -d command can now benchmark decompression on multiple files
194 perf: Improved decompression speed, by > 10%, by @terrelln
222 bug: Fix Buffer Overflow in legacy v0.3 decompression by @felixhandte (#1722)
227 bug: Fix seekable decompression in-memory API by @iburinoc (#1695)
299 perf: better decompression speed on large files (+7%) and cold dictionaries (+15%)
303 api : support decompression of empty frames into NULL (used to be an error) (#1385)
321 perf: slightly better decompression speed on clang (depending on hardware target)
330 perf: faster dictionary decompression when using a very large number of dictionaries simultaneously
368 api : implemented all advanced dictionary decompression prototypes
401 api : experimental : new advanced decompression API
427 cli : changed : `-t *` continue processing list after a decompression error
467 speed : improved decompression speed in streaming mode for single shot scenarios (+5%)
468 memory: DDict (decompression dictionary) memory usage down from 150 KB to 20 KB
494 API : streaming : decompression : changed : automatic implicit reset when chain-decoding new frames…
497 lib : improved : faster decompression speed at ultra compression settings and 32-bits mode
537 Small decompression speed improvement
616 Fixed : Legacy codec v0.5 compatible with dictionary decompression
626 Fixed : zstd cli return error code > 0 and removes dst file artifact when decompression fails, than…
707 Faster decompression speed