spicylobstergames / astratomic

Survival game inspired by Noita and Starbound, fueled by Rust and Bevy.
Other
97 stars 8 forks source link

feat: Better performance #71

Closed Zac8668 closed 8 months ago

Zac8668 commented 8 months ago

This makes the creation of chunk groups to be parallelized, before we also had to iter_mut() trough the chunks to get the center parts, but now it's fixed. This adds a major performance improvement.