#A comparison between DOD, DOTS, DefaultECS and Arch ECS

1 messages · Page 1 of 1 (latest)

south wigeon
#

I made a repo to compare different data-oriented methods to achieve high performance while keeping things simple at the same time.

If you have ideas on how to improve this comparison let me know. PRs are welcome.

Perhaps we could add some projectiles to make the test more demanding for example.

https://github.com/seannowotny/EcsPerformanceComparisons

GitHub

Comparisons between different ECS libraries and data-oriented solutions with a focus productivity. - GitHub - seannowotny/EcsPerformanceComparisons: Comparisons between different ECS libraries and ...

narrow radish
#

This test seems to very intentionally avoid using jobs and threading?

kind wave
#

Agree, the test seems avoiding burst too. Let add a version with job and burst.

south wigeon
south wigeon
narrow radish
#

using entities without burst/jobs is kind of pointless

#

imo biggest strength of the dots eco system is safe multithreading

#

also ijobentity is no more boilerplate than systemapi.query

south wigeon
south wigeon