zstd/lib/compress
Yann Collet 037466245f refactor ZSTD_check_compressionLevel_monotonicIncrease_memoryBudget()
use less macro statements
the initial version was meant to work with STATIC_ASSERT
but since it doesn't work and needs assert()
it's possible to rewrite it using normally compiled code
which is better for compiler.

Downside : the error message is less precise.
There is a DEBUGLOG(3,) to compensate.
2017-06-28 20:24:08 -07:00
..
fse_compress.c Explicitly convert scratchBuffer to unsigned* 2017-04-04 16:35:31 -07:00
huf_compress.c [zstd] Fix up formatting edge cases for clang-format 2017-05-24 13:50:10 -07:00
zstd_compress.c refactor ZSTD_check_compressionLevel_monotonicIncrease_memoryBudget() 2017-06-28 20:24:08 -07:00
zstd_opt.h move MEM_readMINMATCH() into zstd_opt.h 2017-05-23 15:41:55 -07:00
zstdmt_compress.c fixed ZSTD_refPrefix with Multithread-enabled CCtx 2017-06-28 11:09:43 -07:00
zstdmt_compress.h ensure new ZSTD_strategy starts at value 1 2017-06-20 14:11:49 -07:00