]> git.ipfire.org Git - thirdparty/zstd.git/commit
prefer memset() rather than reduceIndex() when close to index range limit
authorYann Collet <cyan@fb.com>
Fri, 21 Jun 2019 23:19:21 +0000 (16:19 -0700)
committerYann Collet <cyan@fb.com>
Fri, 21 Jun 2019 23:19:21 +0000 (16:19 -0700)
commit45c9fbd6d95ce84d8359aba5c1d2ee5b1083b04e
tree6bcd9fc0c3c80a396f4bb345649f66b979ad003d
parent944e2e9e121e14cffddce28a79d477e19cc8a882
prefer memset() rather than reduceIndex() when close to index range limit

by disabling continue mode when index is close to limit.
lib/compress/zstd_compress.c