Hacker News new | ask | show | jobs
by concretemarble 1746 days ago
The whole point of ECS is cache-friendliness, so it's kind of the same. Besides there is nothing novel in their implementation. Putting frequently accessed component together is quite an old technique.
1 comments

Oh, I thought the general definition of ECS is just about how to organize stuff. Or is that EC?