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
The most common operation per frame is to iterate all GOs and do something on them. To optimize for this, a contiguous data structure like a vector will perform better than a non-contiguous map.
The text was updated successfully, but these errors were encountered:
The most common operation per frame is to iterate all GOs and do something on them. To optimize for this, a contiguous data structure like a vector will perform better than a non-contiguous map.
The text was updated successfully, but these errors were encountered: