Veritius / bevy_stardust

A flexible networking crate for Bevy.
Apache License 2.0
36 stars 0 forks source link

Unnecessary allocation #2

Closed Veritius closed 6 months ago

Veritius commented 11 months ago

There's a lot of allocation and reallocation done when reading packets and writing octet strings. Maybe channels can be configured to automatically allocate a certain amount.

Veritius commented 10 months ago

Accidentally solved in the ordering-and-reliability 0.2.0 branch.