Skip to content

Optimisations of the ECS implementation #3

@avarsh

Description

@avarsh

From profiling, we can see that almost 20% of the program is spent within the std::type_info::hash_code() const function - this is invoked in the ECS system, when dealing with components using type_info. It would be ideal to optimise this potentially by finding an alternative filing system which does not rely on type_info.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ecsRelating to the entity component system framework.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions