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
Currently we use two vectors in collection (which is better than the many vectors we used before). One is used for root-tracking/DFS (depth first search) and the other stores the lockout items. These vectors are potentially massive, so we probably want to investigate how to get rid of them, probably by using an intrusive linked list somehow
The text was updated successfully, but these errors were encountered:
Currently we use two vectors in collection (which is better than the many vectors we used before). One is used for root-tracking/DFS (depth first search) and the other stores the lockout items. These vectors are potentially massive, so we probably want to investigate how to get rid of them, probably by using an intrusive linked list somehow
The text was updated successfully, but these errors were encountered: