Hacker News new | ask | show | jobs
by thinxer 2099 days ago
This looks like Entity-Component-System[1] in game development. Entities are composed of components, and components are often stored vectorized.

[1]: https://en.wikipedia.org/wiki/Entity_component_system