Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use node index access instead of pointers #243

Open
lucabart97 opened this issue Jul 3, 2024 · 1 comment
Open

use node index access instead of pointers #243

lucabart97 opened this issue Jul 3, 2024 · 1 comment

Comments

@lucabart97
Copy link

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?

@jlblancoc
Copy link
Owner

I can't recall it right now, but I think it was benchmarked to be faster as is. However, your idea is worth investigating...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants