mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
increase vocabulary size
makes compression a bit less good, hence a bit more comparable with real text (though still too easy to compress). level 6 is now stronger than level 4, by a hair. However, there is still a ratio dip at level 5.
This commit is contained in:
parent
889392dac8
commit
1e046ce7fa
2 changed files with 141 additions and 123 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -39,12 +39,15 @@ buck-out/
|
|||
build-*
|
||||
*.gcda
|
||||
|
||||
# IDE
|
||||
.clang_complete
|
||||
compile_flags.txt
|
||||
.clang-format
|
||||
|
||||
# Other files
|
||||
.directory
|
||||
_codelite/
|
||||
_zstdbench/
|
||||
.clang_complete
|
||||
compile_flags.txt
|
||||
*.idea
|
||||
*.swp
|
||||
.DS_Store
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue