-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zstd: Improve zstd best efficiency (#784)
* zstd: Improve best encoder by extending backwards Before/after compared to master: ``` enwik8 zskp 4 100000000 29798035 5596 17.04 enwik8 zskp 4 100000000 29298617 5678 16.79 silesia.tar zskp 4 211947520 59904436 10622 19.03 silesia.tar zskp 4 211947520 59311059 10818 18.68 TS40.txt zskp 4 400000000 123504912 22005 17.34 TS40.txt zskp 4 400000000 121367006 23661 16.12 apache.log zskp 4 2622574440 113537595 21239 117.76 apache.log zskp 4 2622574440 110106407 24301 102.92 github-ranks-backup.bin zskp 4 1862623243 377801114 75884 23.41 github-ranks-backup.bin zskp 4 1862623243 373322075 76540 23.21 ``` Doubles table size. --------- Co-authored-by: greatroar <61184462+greatroar@users.noreply.github.com>
- Loading branch information
Showing
1 changed file
with
70 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters