-
Notifications
You must be signed in to change notification settings - Fork 42
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
Investigate improvements to the get-unique-points algorithm #781
Comments
This can be done in
Here is a naive implementation with
And, here is a fancy implementation using the approach suggested above
Running on my laptop with
and
In the latter case, the additional speedup occurs because no points hash to the same bin (hence |
Describe the feature you'd like
Investigate whether this algorithm can be parallelised. There is a previous parallel but incomplete implementation and the current sequential one. See this PR for context.
The text was updated successfully, but these errors were encountered: