zstd/lib/common
Yann Collet 463a0fe38b simplified optimal parser
removed "cached" structure.
prices are now saved in the optimal table.

Primarily done for simplification.
Might improve speed by a little.
But actually, and surprisingly, also improves ratio in some circumstances.
2018-05-29 14:07:25 -07:00
..
bitstream.h added traces to look at symbol costs 2018-05-09 12:00:12 -07:00
compiler.h __builtin_prefetch did probably not exist before gcc 3.1. 2018-05-18 18:40:11 +00:00
cpu.h Drop colon in asm snippet to make old versions of gcc happy. 2018-05-18 17:05:36 +00:00
entropy_common.c Variable declarations 2018-05-23 14:58:58 -07:00
error_private.c added error code workSpace_tooSmall 2018-02-26 15:11:50 -08:00
error_private.h updated license header 2017-09-08 00:09:23 -07:00
fse.h Merge branch 'dev' into fracFse 2018-05-24 14:09:49 -07:00
fse_decompress.c minor : modified ZSTD_preserveUnsortedMark() to be more vectorization friendly 2018-02-05 11:46:02 -08:00
huf.h pass entropy tables to optimal parser 2018-05-08 15:37:06 -07:00
mem.h fixed one UB pointer arithmetic 2017-11-17 11:40:08 -08:00
pool.c added POOL_tryAdd() 2018-01-18 14:39:51 -08:00
pool.h added POOL_tryAdd() 2018-01-18 14:39:51 -08:00
threading.c [libzstd] pthread function prefixed with ZSTD_ 2017-09-27 11:48:48 -07:00
threading.h [threading] Cast unused arguments to void 2018-03-06 18:36:40 -08:00
xxhash.c [libzstd] Fix FORCE_INLINE macro 2017-08-14 21:12:05 -07:00
xxhash.h xxhash can be included twice in any order 2017-03-01 13:29:29 -08:00
zstd_common.c simplified optimal parser 2018-05-29 14:07:25 -07:00
zstd_errors.h added error code workSpace_tooSmall 2018-02-26 15:11:50 -08:00
zstd_internal.h simplified optimal parser 2018-05-29 14:07:25 -07:00