nginx-autoinstall icon indicating copy to clipboard operation
nginx-autoinstall copied to clipboard

Optional zilb Cloudflare

Open hnet-zone opened this issue 3 years ago • 2 comments

Optional zlib version selection / or by default

Cloudflare fork of zlib with massive performance improvements

https://github.com/cloudflare/zlib

  • On Arm: Compression performance: ~90 percent faster than zlib-madler (original zlib). Decompression performance: ~52 percent faster than zlib-madler
  • On x86: 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

hnet-zone avatar Feb 23 '21 08:02 hnet-zone

This is a must have just like Brotli. I'll try this on my fork.

droplinxuser avatar Feb 23 '22 21:02 droplinxuser

Interesting indeed :)

MaximeMichaud avatar Feb 23 '22 22:02 MaximeMichaud