Lines Matching refs:dictionary

7 perf: faster dictionary compression at medium compression levels, by @felixhandte
20 api : fix : dictionary compression correctly respects dictionary compression level (see #2303) (iss…
29 fix : Fix ZSTD_initCStream_advanced() with static allocation and no dictionary
91 perf: Fix compression ratio when compressing large files with small dictionary, by @senhuang42
104 cli: fix command `-D dictionary` on Windows, reported by @artyompetrov
105 cli: fix rare deadlock condition within dictionary builder, by @terrelln
165 api: Fix ZSTD_decompressDCtx() corner cases with a dictionary
168 api: Allow compression parameters to be set when a dictionary is used
172 cli: Ensure that a dictionary is not used to compress itself by @shakeelrao
189 misc: Optimize dictionary memory usage in corner cases
190 misc: Improve the dictionary builder on small or homogeneous data
217 fix : performance of dictionary compression for small input < 4 KB at levels 9 and 10
223 perf: much faster dictionary builder, by @jenniferliu
224 perf: faster dictionary compression on small data when using multiple contexts, by @felixhandte
225 perf: faster dictionary decompression when using a very large number of dictionaries simultaneously
237 perf: much faster dictionary compression, by @felixhandte
238 perf: small quality improvement for dictionary generation, by @terrelln
243 api : fix : performance degradation for dictionary compression when using advanced API, by @terrelln
263 api : implemented all advanced dictionary decompression prototypes
291 cli : new : can split input file for dictionary training, using command -B#
330 tools : decodecorpus can generate random dictionary-compressed samples, by Paul Cruz
339 cli : changed : cover dictionary builder by default, for improved quality, by Nick Terrell
340 cli : new : commands --train-cover and --train-legacy, to select dictionary algorithm and parameters
363 memory: DDict (decompression dictionary) memory usage down from 150 KB to 20 KB
375 cli : new : improved dictionary builder "cover" (experimental), by Nick Terrell, based on prior wor…
379 dictBuilder : improved dictionary generation quality, thanks to Nick Terrell
502 API : create dictionary files from custom content, by Giuseppe Ottaviano
511 Fixed : Legacy codec v0.5 compatible with dictionary decompression
531 New : dictionary builder utility
532 Changed : streaming & dictionary API
552 new : external dictionary API extended to buffered mode and accessible through command line
556 new : external dictionary API