bevy_replicon
bevy_replicon copied to clipboard
`zstd` integration
Would be good to integrate https://crates.io/crates/zstd directly for replication, probably under a default feature flag, but overall I think the cpu/bandwidth tradeoff here is worthwhile for most games.
Needs benchmarking to measure how well it compresses compared to the cpu tradeoff.
One of the oldest issues 🙂
Users can already apply compression themselves by overriding the replication serialization/deserialization functions. We even have an example in the docs for it, should be available since the next release on replicate_with method.
So closing as out of scope.