Merge pull request #1410 from facebook/prefetch_dec

improve long-range decoder speed
This commit is contained in:
Yann Collet
2018-11-08 18:41:58 -08:00
committed by GitHub
4 changed files with 63 additions and 45 deletions
+3
View File
@@ -541,6 +541,9 @@ $ECHO "bench negative level"
$ZSTD -bi0 --fast tmp1
$ECHO "with recursive and quiet modes"
$ZSTD -rqi1b1e2 tmp1
$ECHO "benchmark decompression only"
$ZSTD -f tmp1
$ZSTD -b -d -i1 tmp1.zst
$ECHO "\n===> zstd compatibility tests "