pmmp / PHP-Binaries

Compile scripts used to build PHP for PocketMine-MP on multiple platforms
117 stars 169 forks source link

add libdeflate support #113

Closed dktapps closed 3 years ago

dktapps commented 3 years ago

libdeflate offers a significant performance advantage over zlib for roughly the same compression ratios. PM4 supports using libdeflate for network compression, which offers a substantial performance advantage for large servers.