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, the nodes in the DAG data structure use a heap-allocated vector and references. A stack-allocated vector with integer indices into the same vector should improve the memory layout and thereby the speed dramatically.
The text was updated successfully, but these errors were encountered:
Currently, the nodes in the DAG data structure use a heap-allocated vector and references. A stack-allocated vector with integer indices into the same vector should improve the memory layout and thereby the speed dramatically.
The text was updated successfully, but these errors were encountered: