Merged
Conversation
Add compression mode that is better than default. Approximately 50% of the speed with overall improvement. Roughly the same as zstd level 7. Some comparisons (best of 3 runs): ``` file out level insize outsize millis mb/s enwik9 zskp 2 1000000000 317517832 7452 127.96 enwik9 zskp 3 1000000000 298846117 14109 67.59 nyc-taxi-data-10M.csv zskp 2 3325605752 595200765 14299 221.80 nyc-taxi-data-10M.csv zskp 3 3325605752 560393969 25808 122.89 github-june-2days-2019.json zskp 2 6273951764 640407088 14517 412.15 github-june-2days-2019.json zskp 3 6273951764 628859544 36950 161.93 rawstudio-mint14.tar zskp 2 8558382592 3379874208 42571 191.72 rawstudio-mint14.tar zskp 3 8558382592 3301556598 93862 86.96 ```
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add compression mode that is better than default.
Approximately 50% of the throughput with ~5% overall improvement. Roughly the same as zstd level 7-8.
Some comparisons (best of 3 runs):
Enabled as
zstd.SpeedBetterCompressionlevel.