Files
zstd-rs/lib/common
Nick Terrell 54c4babd8f Always check Huffman tables for ZSTD_lazy+
The compressor always reuses the existing Huffman table if the literals
size is at most 1 KiB. If the compression strategy is `ZSTD_lazy` or
stronger always check to see if reusing the previous table or creating
a new table is better.

This doesn't yet weigh in decompression speed. I don't want to add any
heuristics there until I have real data to work with to ensure that the
heuristic works for at least one use case, preferably more.
2017-03-03 16:49:38 -08:00
..
2017-03-01 16:27:56 -08:00
2017-02-15 12:00:03 -08:00
2017-02-15 12:00:03 -08:00
2017-02-20 12:08:59 -08:00
2017-01-26 15:29:10 -08:00
2017-01-27 16:00:19 -08:00
2017-02-20 12:08:59 -08:00
2016-12-16 13:27:30 -08:00