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

deflate: Speed up huffman encoding #455

Merged
merged 3 commits into from
Nov 30, 2021
Merged

deflate: Speed up huffman encoding #455

merged 3 commits into from
Nov 30, 2021

Conversation

klauspost
Copy link
Owner

@klauspost klauspost commented Nov 30, 2021

Huffman only:

320.36 -> 414.67MB/s (github-june-2days-2019.json)
237.41-> 293.24 MB/s (github-ranks-backup.bin)

Level 1:

278.94 -> 308.47 MB/s (github-june-2days-2019.json)
232.93 -> 261.16MB/s (github-ranks-backup.bin)

320.36 -> 365.47MB/s (github-june-2days-2019.json)
237.41-> 266.14 MB/s (github-ranks-backup.bin)
@klauspost klauspost changed the title Unroll Huffman only writer deflate: Speed up hufflman encoding Nov 30, 2021
@klauspost klauspost changed the title deflate: Speed up hufflman encoding deflate: Speed up huffman encoding Nov 30, 2021
@klauspost klauspost merged commit a4773d2 into master Nov 30, 2021
@klauspost klauspost deleted the unroll-huff-writer branch November 30, 2021 17:08
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