zstd/lib/decompress
Yann Collet ba2ad9b6b9 implemented fractional bit cost evaluation
for FSE symbols.

While it seems to work, the gains are negligible compared to rough maxNbBits evaluation.
There are even a few losses sometimes, that still need to be explained.
Furthermode, there are still cases where btlazy2 does a better job than btopt,
which seems rather strange too.
2018-05-08 17:43:13 -07:00
..
huf_decompress.c implemented fractional bit cost evaluation 2018-05-08 17:43:13 -07:00
zstd_decompress.c fixed comments as suggested by @terrelln 2018-03-30 20:09:27 -07:00