zstd/lib/compress
Nick Terrell b426bcc097
[zstdmt] Fix jobsize bugs (#1205)
[zstdmt] Fix jobsize bugs

* `ZSTDMT_serialState_reset()` should use `targetSectionSize`, not `jobSize` when sizing the seqstore.
  Add an assert that checks that we sized the seqstore using the right job size.
* `ZSTDMT_compressionJob()` should check if `rawSeqStore.seq == NULL`.
* `ZSTDMT_initCStream_internal()` should not adjust `mtctx->params.jobSize` (clamping to MIN/MAX is okay).
2018-06-25 15:21:08 -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 huf: increase threshold detection of poorly compressible data 2018-06-21 18:32:38 -07:00
zstd_compress_internal.h Add CCtx Param Controlling Dict Attachment Behavior 2018-06-21 17:29:25 -04:00
zstd_compress.c Merge pull request #1200 from felixhandte/zstd-attach-dict-pref 2018-06-25 12:42:31 -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 Fix dmsBtLow Test 2018-06-21 15:53:40 -04:00
zstd_lazy.h Add _dictMatchState Stubs for ZSTD_lazy Functions 2018-06-13 14:58:36 -04:00
zstd_ldm.c Adjust advanced parameters to source size 2018-06-18 15:49:31 -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 Add Repcode Bounds Check 2018-06-21 15:54:41 -04:00
zstd_opt.h Add _dictMatchState Functions 2018-06-19 13:01:21 -04:00
zstdmt_compress.c [zstdmt] Fix jobsize bugs (#1205) 2018-06-25 15:21:08 -07:00
zstdmt_compress.h [zstdmt] Fix jobsize bugs (#1205) 2018-06-25 15:21:08 -07:00