Hello there so ... I was following the strawman videos to make my own version fo the strawman project sample.
https://github.com/Touhma/ECS-Strawman
Everything seems to run pretty fine. but I'm wondering what's next on the optimisation side ? Like everything work well at low entities count ( 5k ) but as soon as the count go 100x that it's struggling.
What can be done to improve performances at that level ?
From what i'm seeing the issue is not coming from the Systems code that are bursted but more on the rendering side.
I'm using in this example ECS : 1.0.16
So i'm wondering :
What's next ?
What is going on ?
What can I do sot reduce the rendering time issue ? ( if the issue actually come from here )
Any resources will be appreciated 🙂