Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flate: Improve level 3 compression #478

Merged
merged 2 commits into from Jan 28, 2022
Merged

flate: Improve level 3 compression #478

merged 2 commits into from Jan 28, 2022

Conversation

klauspost
Copy link
Owner

@klauspost klauspost commented Jan 25, 2022

Fix most cases where level 3 is worse than level 2, by inserting intermediate hashes on skipped sections and increase level 3 table size.

Also fixes immediate matches not being caught.

Fix cases where level 3 is worse than level 2, by inserting intermediate hashes on skipped sections and increase level 3 table size.
@klauspost klauspost merged commit 0a37643 into master Jan 28, 2022
@klauspost klauspost deleted the flate-improve-level3 branch January 28, 2022 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant