DynamicGoose / magma-ecs

Entity-component-system for the Magma3D engine
https://dynamicgoose.github.io/magma3d-engine/
MIT License
1 stars 0 forks source link

Use `rayon`'s `par_iter()` for improved querying #17

Closed DynamicGoose closed 1 month ago

DynamicGoose commented 1 month ago

switch iterator uses in the ecs to par_iter

DynamicGoose commented 1 month ago

Implemented in 55dfe4480a68a94444678e58dd3d46a5be6b4205.