new --ultra policy

This commit is contained in:
Yann Collet
2016-08-12 18:04:15 +02:00
parent 6c36449ef3
commit fe0590f63f
2 changed files with 21 additions and 11 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
v0.8.1
Changed : --ultra now enables levels beyond 19
Changed : -i# now selects benchmark time in second
Fixed : ZSTD_compress* can now compress > 4 GB in a single pass, reported by Nick Terrell
Fixed : speed regression for specific patterns (#272)
Fixed : speed regression on specific patterns (#272)
v0.8.0
Improved : better speed on clang and gcc -O2, thanks to Eric Biggers