ArborX icon indicating copy to clipboard operation
ArborX copied to clipboard

Implement special case for BruteForce nearest neighbor

Open aprokop opened this issue 9 months ago • 0 comments

We can still do tiling algorithm similar to the spatial search when using BruteForce in the following special case: each query only requires finding a single nearest neighbor. We won't need priority queues, and would simply need to use atomic mins to sync the distances among threads.

aprokop avatar May 22 '24 19:05 aprokop