astei / krypton

A Fabric mod that optimizes the Minecraft networking stack and entity tracker.
GNU Lesser General Public License v3.0
367 stars 34 forks source link

Add libdeflate? #72

Closed andreasdc closed 2 years ago

andreasdc commented 2 years ago

Hey, I noticed that in logs: Compression will use Java 11, encryption will use Java Why can't we use libdeflate in the client?

astei commented 2 years ago

Because it's only supported on Linux and I have no appetite to support other OSes

andreasdc commented 2 years ago

Because it's only supported on Linux and I have no appetite to support other OSes

That would be really nice, if there's not much work I would love to see it. :)