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

Some questions #1

Open
suprafun opened this issue Jun 18, 2023 · 1 comment
Open

Some questions #1

suprafun opened this issue Jun 18, 2023 · 1 comment

Comments

@suprafun
Copy link

This is a very interesting project. I have a few questions.

I was wondering how performance is. From the gifs it looks like there is a slow down as the trees grow in complexity. Do you have any suggestions as to improve performance ?

Also, under what license is the project released under ?

@danielstrizhevsky
Copy link
Owner

Hi, thank you!

The performance does indeed slow down a lot as more nodes are added to a tree. Something I would like to try to improve performance is using an R-Tree to find nearest neighbors instead of naively searching through all nodes.

As for the license, feel free to use this code for anything you'd like!

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