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
I see that different tree search libraries uses in the struct Node not the child pointers but the Node index in a vector, to improve performance and be cache friendly.
Do you think that this can be possible? What do you expect about the performance result?
The text was updated successfully, but these errors were encountered:
I see that different tree search libraries uses in the struct
Node
not the child pointers but theNode
index in a vector, to improve performance and be cache friendly.Do you think that this can be possible? What do you expect about the performance result?
The text was updated successfully, but these errors were encountered: