ElliotB256
ElliotB256
Thanks for looking! However, a note: bevy is extremely sensitive to batch size, while other libraries don't need a batch size to be set. Your [file](https://github.com/Systemcluster/ecs_bench_suite/blob/master/src/bevy/parallel_light_compute.rs) shows a batch size...
Thanks for the report, I'll double check this but it looks good at first glance!
If possible, could you define a unit test that fails for the earlier broken code and passes for your correct code? That would help to improve the coverage and prevent...
Commenting to say I'm also experiencing the original error on python 3.8 / cython 3.0.10 when pip installing. It's a shame not being able to pip install the dependency, I've...