-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
The current ECS implementation stores the different components inside the Entity. This can be improved by storing the components according to their type into a vector inside their respective system. This would result in an uniform memory layout and cache friendly fetching when iterating over components from the same family such is the case for Physics objects, Mesh Components etc.