Skip to content

Data oriented ECS #30

@Haeri

Description

@Haeri

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhEnhancementperfPerformancesysSystem

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions