-
Notifications
You must be signed in to change notification settings - Fork 491
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
parallel query ? #237
Comments
Yes, but on the side of the client user code:
|
@jlblancoc I would like the query of the k closests points of one unique reference point to use multithreading, not query the set of closest points of several reference points in parallel like you propose |
@jlblancoc could we consider reopening this issue ? |
Sure! I think it's difficult to obtain an advantage from parallel queries, except perhaps for very very large datasets. I don't have the bandwidth to try to implement to myself in the short term, though... |
hello,
nanoflann supports the parallel build of the tree (by setting n_thread_build)
do you think it would also be possible to benefit from multithreading when querying several points at once (for knn) ?
The text was updated successfully, but these errors were encountered: