ecs_bench
ecs_bench copied to clipboard
Benchmark memory consumption
I'm interested in seeing memory consumption of the different frameworks. I'm curious how much overhead the data structures are adding. It seems for use cases other than sequential access, additional index structures would need to be added. Or e.g. for archetype iteration.
I haven't used an ECS in my own practice (still evaluating), so forgive my naivety if these overheads are not relevant.