Switch to zlib-ng

zlib-ng boasts higher throughput than regular zlib, by combining patches
from Cloudflare, zlib, and ARM's improvements to zlib along with a more
modern codebase.

Profiling consistently shows that compression is the largest CPU expense
by far, so even a minor speed-up here is significant.
This commit is contained in:
Andrew Steinborn
2019-09-08 23:30:28 -04:00
parent 63dcc56735
commit e21c33d435
8 changed files with 34 additions and 8 deletions

6
.gitignore vendored
View File

@@ -84,4 +84,8 @@ logs/
server-icon.png
/bin/
run/
plugins/
plugins/
### Natives stuff ###
natives/mbedtls
natives/zlib-ng