]> git.ipfire.org Git - thirdparty/zstd.git/commit
Add long distance matcher
authorStella Lau <laus@fb.com>
Fri, 28 Jul 2017 22:51:33 +0000 (15:51 -0700)
committerStella Lau <laus@fb.com>
Thu, 31 Aug 2017 19:53:19 +0000 (12:53 -0700)
commit6a546efb8c90adf7865801e313da433ce8406ce1
tree678e917d3cd1927fa97202e1cf26c1f801f96f0b
parentd01cd4ea47138e04787e12db28033e84d107854d
Add long distance matcher

Move last literals section to ZSTD_block_internal
12 files changed:
lib/common/zstd_internal.h
lib/compress/zstd_compress.c
lib/compress/zstd_opt.h
lib/zstd.h
programs/bench.c
programs/bench.h
programs/fileio.c
programs/fileio.h
programs/zstdcli.c
tests/fuzzer.c
tests/playTests.sh
tests/zstreamtest.c