zstd/lib/compress
Yann Collet 066fbbfe1c make zstdmt resize its context
when nbThreads change.

Technically, it only expands.
But when instructed to use less threads,
the thread pool will limit nb of concurrent threads.
2018-06-19 17:28:56 -07:00
..
fse_compress.c grouped all histogram functions into hist.c 2018-06-13 19:49:31 -04:00
hist.c avoid duplicate code comments 2018-06-14 19:47:05 -04:00
hist.h avoid duplicate code comments 2018-06-14 19:47:05 -04:00
huf_compress.c grouped all histogram functions into hist.c 2018-06-13 19:49:31 -04:00
zstd_compress_internal.h grouped debug functions into debug.h 2018-06-13 15:43:09 -04:00
zstd_compress.c make zstdmt resize its context 2018-06-19 17:28:56 -07:00
zstd_double_fast.c changed a few variable names 2018-06-04 17:10:50 -07:00
zstd_double_fast.h Skeleton for In-Place Impl for ZSTD_dfast 2018-05-25 13:13:28 -04:00
zstd_fast.c support targetlen==0 with strategy==ZSTD_fast 2018-06-07 15:49:01 -07:00
zstd_fast.h Coalesce hasDictMatchState and extDict Checks into One Enum and Rename Stuff 2018-05-23 17:53:03 -04:00
zstd_lazy.c Force Inline BtFindBestMatch 2018-06-14 14:54:39 -04:00
zstd_lazy.h Add _dictMatchState Stubs for ZSTD_lazy Functions 2018-06-13 14:58:36 -04:00
zstd_ldm.c Merge branch 'dev' into staticDictCost 2018-05-24 16:21:02 -07:00
zstd_ldm.h Coalesce hasDictMatchState and extDict Checks into One Enum and Rename Stuff 2018-05-23 17:53:03 -04:00
zstd_opt.c grouped all histogram functions into hist.c 2018-06-13 19:49:31 -04:00
zstd_opt.h Split ZSTD_CCtx into smaller sub-structures 2018-01-16 11:17:50 -08:00
zstdmt_compress.c make zstdmt resize its context 2018-06-19 17:28:56 -07:00
zstdmt_compress.h make zstdmt resize its context 2018-06-19 17:28:56 -07:00