]> git.ipfire.org Git - thirdparty/zstd.git/commit
[lib] Skip the input window buffer when ZSTD_c_stableInBuffer is set
authorNick Terrell <terrelln@fb.com>
Mon, 12 Oct 2020 21:36:30 +0000 (14:36 -0700)
committerNick Terrell <terrelln@fb.com>
Fri, 30 Oct 2020 17:55:34 +0000 (10:55 -0700)
commit24f72789e2ad51b78bc9f6904d4ab7312edf211b
tree0b353db65706deae787e6a0cd20c911d93b61f46
parent6bd6b6f7d3ced4e5b1ef8598cc44508a7f60e29a
[lib] Skip the input window buffer when ZSTD_c_stableInBuffer is set

Compress directly from the `ZSTD_inBuffer`. We still allocate the input
buffer. A following commit will remove that allocation.
lib/compress/zstd_compress.c