-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
ecsRelating to the entity component system framework.Relating to the entity component system framework.
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ecsRelating to the entity component system framework.Relating to the entity component system framework.