#GDScript vs C# when handling a bunch of enemies

1 messages · Page 1 of 1 (latest)

novel brook
#

Any language Will strugle If you dont do this right

#

The best here is make a chunck system

#

And Get enemies per chunck

distant kestrel
#

When done correctly (chunks / quad tree) any language would be alright, when done incorrectly both langauge would show suboptimal performance. I assume iterating an array of sub 100k elements is fast enough in GDS as well.

fossil karma
#

yeah that is true implementation matters a lot. this is kind of what i thought as well but still i just thought asking would be better. thank you both