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

Question abount implementation #51

Open
rilpires opened this issue Jun 30, 2024 · 0 comments
Open

Question abount implementation #51

rilpires opened this issue Jun 30, 2024 · 0 comments

Comments

@rilpires
Copy link

rilpires commented Jun 30, 2024

As said in the README:

(...) Each distinct point exists in a unique leaf node; coincident points are represented by a linked list. (...)

So this is a quadtree that ALWAYS subdivide when adding a new point, except if this is a point(datum) exactly the same as another that already exists?

I'm very curious about this design choice of not allowing to have custom criteria on when should subdivide leaf nodes (ex: above 10 points), it's just that I have this intuition that it would alleviate so much memory and time entering so many nodes

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

No branches or pull requests

1 participant