bevy_replicon icon indicating copy to clipboard operation
bevy_replicon copied to clipboard

`zstd` integration

Open Aceeri opened this issue 2 years ago • 1 comments

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.

Aceeri avatar Mar 28 '23 21:03 Aceeri

Needs benchmarking to measure how well it compresses compared to the cpu tradeoff.

Shatur avatar Jan 19 '24 19:01 Shatur

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.

Shatur avatar Mar 09 '25 19:03 Shatur