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
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 ?
The text was updated successfully, but these errors were encountered:
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!
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 ?
The text was updated successfully, but these errors were encountered: