Lines Matching full:decompression

3 api: new `ZSTD_d_maxBlockSize` experimental parameter, to reduce streaming decompression memory, by…
46 cli: fix decompression into block device using -o, reported by @georgmu (#3583)
58 perf: +20% faster huffman decompression for targets that can't compile x64 assembly (#3449, @terrel…
85 cli: Fix decompression memory usage reported by `-vv --long` (#3042, @u1f35c, and #3232, @zengyijin…
89 api: Support for in-place decompression (#3432, @terrelln)
91 api: Streaming decompression detects incorrect header ID sooner (#3175, @Cyan4973)
158 perf: Decompression loop refactor, speed improvements on `clang` and for `--long` modes (#2614 #263…
159 perf: Reduced stack usage during compression and decompression entropy stage (#2522 #2524, @terrell…
166 bug: Fix UBSAN error in decompression (#2625, @terrelln)
190 contrib: Seekable format - Decompression hanging edge case fix (#2516, @senhuang42)
193 contrib: Seekable format - Decompression fix for large offsets, (#2594, @azat)
251 perf: Improve small block decompression speed by 20%+, by @terrelln
253 perf: Improve decompression speed by improving ZSTD_wildcopy, by @helloguo (#2252, #2256)
285 perf: Improved decompression speed: x64 : +10% (clang) / +5% (gcc); ARM : from +15% to +50%, depend…
291 cli : -b -d command can now benchmark decompression on multiple files
310 perf: Improved decompression speed, by > 10%, by @terrelln
338 bug: Fix Buffer Overflow in legacy v0.3 decompression by @felixhandte (#1722)
343 bug: Fix seekable decompression in-memory API by @iburinoc (#1695)
415 perf: better decompression speed on large files (+7%) and cold dictionaries (+15%)
419 api : support decompression of empty frames into NULL (used to be an error) (#1385)
437 perf: slightly better decompression speed on clang (depending on hardware target)
446 perf: faster dictionary decompression when using a very large number of dictionaries simultaneously
484 api : implemented all advanced dictionary decompression prototypes
517 api : experimental : new advanced decompression API
543 cli : changed : `-t *` continue processing list after a decompression error
583 speed : improved decompression speed in streaming mode for single shot scenarios (+5%)
584 memory: DDict (decompression dictionary) memory usage down from 150 KB to 20 KB
610 API : streaming : decompression : changed : automatic implicit reset when chain-decoding new frames…
613 lib : improved : faster decompression speed at ultra compression settings and 32-bits mode
653 Small decompression speed improvement
732 Fixed : Legacy codec v0.5 compatible with dictionary decompression
742 Fixed : zstd cli return error code > 0 and removes dst file artifact when decompression fails, than…
823 Faster decompression speed