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 RBush for point detection #155

Open
JobLeonard opened this issue Mar 24, 2018 · 1 comment
Open

Use RBush for point detection #155

JobLeonard opened this issue Mar 24, 2018 · 1 comment

Comments

@JobLeonard
Copy link
Contributor

When we get around to deteting points in the scatterplot, this will be useful:

RBush is a high-performance JavaScript library for 2D spatial indexing of points and rectangles. It's based on an optimized R-tree data structure with bulk insertion support.

https://github.com/mourner/rbush

https://github.com/mourner/rbush-knn

@JobLeonard
Copy link
Contributor Author

Actually, kdbrush makes more sense:

https://github.com/mourner/kdbush

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

No branches or pull requests

1 participant