You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this reimplementation. I noticed when running Ann.building() in the demo it is not paralleled. Apparently, the k-means tree can be paralleled right. any iter() could be change to par_iter(). For example, Lin 147 in ann.rs can be changed to .par_iter() using rayon package?
Thanks,
Jianshu
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for this reimplementation. I noticed when running Ann.building() in the demo it is not paralleled. Apparently, the k-means tree can be paralleled right. any iter() could be change to par_iter(). For example, Lin 147 in ann.rs can be changed to .par_iter() using rayon package?
Thanks,
Jianshu
The text was updated successfully, but these errors were encountered: