back

by lentil_soup·2y ago·view on hn ↗
No, the key part is "component data of similar types"

What he means is that when using ECS, the data for all components of a particular type is contiguous. Say you want to update the physics, if all the physics data for all objects is in the same memory block you minimise cache misses when processing it