Hacker News new | ask | show | jobs
by k__ 1639 days ago
I had the impression, a goal of ECS was parallel and not sequencial processing.
1 comments

Strict ordering and sequential layout allows you to efficiently split the work and process these systems in parallel (or with SIMD).