zstd/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
..
bitstream.h Offsets >= 32MB in 32-bits mode 2017-03-01 16:27:56 -08:00
entropy_common.c updated fse version 2017-02-15 12:00:03 -08:00
error_private.c added ZSTD_error_frameParameter_windowTooLarge (#403) 2016-10-12 17:29:24 -07:00
error_private.h created error_private.c, so that a single list of error strings get included 2016-10-11 17:24:50 -07:00
fse_decompress.c reduced ZSTD_DDict memory usage 2017-02-27 00:27:30 -08:00
fse.h updated fse version 2017-02-15 12:00:03 -08:00
huf.h Always check Huffman tables for ZSTD_lazy+ 2017-03-03 16:49:38 -08:00
mem.h spelling fixes in comments 2017-02-20 12:08:59 -08:00
pool.c Fix pool.c threading.h import 2017-01-26 15:29:10 -08:00
pool.h Add include guards and extern C 2017-01-27 16:00:19 -08:00
threading.c avoid empty translation unit warning without #pragma 2017-02-14 00:46:47 +01:00
threading.h spelling fixes in comments 2017-02-20 12:08:59 -08:00
xxhash.c solves warnings when compiling with global XXH_STATIC_LINKING_ONLY 2017-03-01 11:33:25 -08:00
xxhash.h xxhash can be included twice in any order 2017-03-01 13:29:29 -08:00
zstd_common.c Fix ZSTD_getErrorString and add tests 2017-02-08 17:28:49 -08:00
zstd_errors.h Export all API functions 2016-12-16 13:27:30 -08:00
zstd_internal.h solves warnings when compiling with global XXH_STATIC_LINKING_ONLY 2017-03-01 11:33:25 -08:00