We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Optional zlib version selection / or by default
Cloudflare fork of zlib with massive performance improvements
https://github.com/cloudflare/zlib
Source: https://aws.amazon.com/blogs/opensource/improving-zlib-cloudflare-and-comparing-performance-with-other-zlib-forks/
nginx
--with-zlib=../zlib
The text was updated successfully, but these errors were encountered:
This is a must have just like Brotli. I'll try this on my fork.
Sorry, something went wrong.
Interesting indeed :)
No branches or pull requests
Optional zlib version selection / or by default
Cloudflare fork of zlib with massive performance improvements
https://github.com/cloudflare/zlib
Compression performance: ~90 percent faster than zlib-madler (original zlib).
Decompression performance: ~52 percent faster than zlib-madler
Compression performance: ~113 percent faster than zlib-madler.
Decompression performance: ~44 percent faster than zlib-madler.
Source: https://aws.amazon.com/blogs/opensource/improving-zlib-cloudflare-and-comparing-performance-with-other-zlib-forks/
nginx
--with-zlib=../zlib
The text was updated successfully, but these errors were encountered: