-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix deflate performance #18
Comments
as a data point, commit 8048180
|
#223 should have helped a fair bit. |
yes, but there is still a significant gap (note that that benchmark runs
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we are consistently ~10% slower than zlib-ng on deflate. This fluctuates with the different compression levels, but currently none of then are on-par with zlib-ng.
There is so far no obvious reason for this slowdown, so it's likely a "death by a thousand papercuts" sort of thing.
The text was updated successfully, but these errors were encountered: