]> git.ipfire.org Git - thirdparty/zstd.git/commit
pass entropy tables to optimal parser
authorYann Collet <cyan@fb.com>
Tue, 8 May 2018 22:37:06 +0000 (15:37 -0700)
committerYann Collet <cyan@fb.com>
Tue, 8 May 2018 22:37:06 +0000 (15:37 -0700)
commit338f738c242d857acf3828c27cd475df7657178e
treed20ef47e96fc2c5caa81d8f116380e38e6aefd48
parenta155061328c06587fc3951403b3603cb58e2f297
pass entropy tables to optimal parser

for proper estimation of symbol's weights
when using dictionary compression.

Note : using only huffman costs is not good enough,
presumably because sequence symbol costs are incorrect.
lib/common/huf.h
lib/compress/huf_compress.c
lib/compress/zstd_compress.c
lib/compress/zstd_compress_internal.h
lib/compress/zstd_opt.c