-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Parallel support? #24
Comments
Sure :) This is on my agenda and I will try to get this done once I have a longer stretch of time for coding. Do you have any suggestion on how to best approach this or is this only a general feature request? |
Cool :-) My experience with |
Perfect, I will look into this! |
Hello! Here is an example of parallelizing the calculation of distances between matrices with c ++ using RcppParallel https://gallery.rcpp.org/articles/parallel-distance-matrix/ |
Hi Federico, Very cool! Thank you very much for sharing this! I hope I can find some developer time in the near future to get this implemented. Many thanks, |
I started learning c ++ very recently, maybe (if you agree) I could try to implement some distances to practice c ++. I am not an expert by any means and I don't have much time, but I could give it a try. |
Sure! Having some working examples would be great. I would also look over the code and there is no rush! Thank you very much for your help with this! Cheers, |
I wonder if there could be any way to parallelize computing of the distances. This would be extremely useful especially for large data sets. Just a small enhancement suggestion. :-)
The text was updated successfully, but these errors were encountered: