zstd/lib/compress
Yann Collet a7fdceeccd changed dynamic fse threshold for offset
recent experienced showed that
default distribution table for offset
can get it wrong pretty quickly with the nb of symbols,
while it remains a reasonable choice much longer for lengths symbols.

Changed the formula,
so that dynamic threshold is now 32 symbols for offsets.
It remains at 64 symbols for lengths.

Detection based on defaultNormLog
2018-05-25 17:41:16 -07:00
..
fse_compress.c fix corner case when requiring cost of an FSE symbol 2018-05-24 13:59:11 -07:00
huf_compress.c pass entropy tables to optimal parser 2018-05-08 15:37:06 -07:00
zstd_compress_internal.h Merge branch 'dev' into staticDictCost 2018-05-24 16:21:02 -07:00
zstd_compress.c changed dynamic fse threshold for offset 2018-05-25 17:41:16 -07:00
zstd_double_fast.c fix ZSTD_compressBlock() associated with CDict 2018-05-07 12:54:13 -07:00
zstd_double_fast.h Only load extra table positions for CDicts 2018-04-02 14:41:30 -07:00
zstd_fast.c Assert that Dict and Current Window are Adjacent in Index Space 2018-05-23 17:53:03 -04:00
zstd_fast.h Coalesce hasDictMatchState and extDict Checks into One Enum and Rename Stuff 2018-05-23 17:53:03 -04:00
zstd_lazy.c Split the window state into substructure 2018-02-26 13:29:57 -08:00
zstd_lazy.h Split ZSTD_CCtx into smaller sub-structures 2018-01-16 11:17:50 -08:00
zstd_ldm.c Merge branch 'dev' into staticDictCost 2018-05-24 16:21:02 -07:00
zstd_ldm.h Coalesce hasDictMatchState and extDict Checks into One Enum and Rename Stuff 2018-05-23 17:53:03 -04:00
zstd_opt.c slightly nudge choices towards less sequences 2018-05-25 14:52:21 -07:00
zstd_opt.h Split ZSTD_CCtx into smaller sub-structures 2018-01-16 11:17:50 -08:00
zstdmt_compress.c Only load extra table positions for CDicts 2018-04-02 14:41:30 -07:00
zstdmt_compress.h Merge branch 'dev' into advancedDecompress 2018-03-21 06:08:28 -07:00