-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try both with and without OptimizeHuffmanForRle, for better compressi…
…on on small files
- Loading branch information
Showing
1 changed file
with
113 additions
and
38 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
e0e937e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Zopfli performance summary: This change adds ~2% speed overhead. Tested with LTO + PGO.
e0e937e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be best to disable this during blocksplitting.
e0e937e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it produces better split points in certain cases I would rather opt-in to have it enabled on splitter, even at a cost of slowdown. This is because split points from different optimization modes (in my fork) manually passed with yet different compression modes produce better results when huffmixed at the end.