removed Huffman quad-symbol decoding

This commit is contained in:
inikep
2016-08-02 10:12:42 +02:00
parent 9c64937987
commit 6870d9e8e6
2 changed files with 3 additions and 386 deletions
+2 -2
View File
@@ -82,9 +82,9 @@ echo "\n**** dictionary tests **** "
./datagen -g1M | $ZSTD -D tmpDict | $ZSTD -D tmpDict -dvq | md5sum > tmp2
diff -q tmp1 tmp2
$ZSTD --train *.c *.h -o tmpDict
$ZSTD xxhash.c -D tmpDict -of tmp
$ZSTD paramgrill.c -D tmpDict -of tmp
$ZSTD -d tmp -D tmpDict -of result
diff xxhash.c result
diff paramgrill.c result
echo "\n**** multiple files tests **** "