You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generic queries could be speed up by up to approx. 20% by:
caching archetype column layout (updated when traversing to next archetype)
using different layout types for mandatory vs. optional components, to avoid nil check branching
To keep the API clean, this would probably require to merge package generic into package ecs. Otherwise, methody not relevant for the user would need to be exposed.
Not sure if a maximum of 20% speedup if worth it.
The text was updated successfully, but these errors were encountered:
Generic queries could be speed up by up to approx. 20% by:
layout
(updated when traversing to next archetype)layout
types for mandatory vs. optional components, to avoidnil
check branchingTo keep the API clean, this would probably require to merge package
generic
into packageecs
. Otherwise, methody not relevant for the user would need to be exposed.Not sure if a maximum of 20% speedup if worth it.
The text was updated successfully, but these errors were encountered: