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:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -84,4 +84,8 @@ logs/
|
||||
server-icon.png
|
||||
/bin/
|
||||
run/
|
||||
plugins/
|
||||
plugins/
|
||||
|
||||
### Natives stuff ###
|
||||
natives/mbedtls
|
||||
natives/zlib-ng
|
Reference in New Issue
Block a user