]> git.ipfire.org Git - thirdparty/zstd.git/commit
[zstdmt] Remove single-pass shortcut
authorNick Terrell <terrelln@fb.com>
Thu, 1 Oct 2020 21:29:13 +0000 (14:29 -0700)
committerNick Terrell <terrelln@fb.com>
Mon, 12 Oct 2020 19:53:26 +0000 (12:53 -0700)
commit1784c4b4ab408f15094575bc29b60ed9ada9fad7
tree903789f0a8c75a3d12965429fabe914798ae0225
parentb55ae009ac55620ca479b263eb484b35af6be67f
[zstdmt] Remove single-pass shortcut

Simplifies the code and removes blocking from zstdmt.

At this point we could completely delete
`ZSTDMT_compress_advanced_internal()`. However I'm leaving it in because
I think we want to do that in the zstd-1.5.0 release, in case anyone is
still using the ZSTDMT API, even though it is not installed by default.

Fixes #2327.
lib/compress/zstdmt_compress.c