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
The current kd-tree implementation
(http://www.cs.wlu.edu/~levy/software/kd/) does not support multithreading.
It would be nice if:
1. We had a thread-safe kd-tree library for convenience sake, i.e. not
having to protect around inserts.
2. The kd-tree library took advantage of multiple threads in terms of
performance. For example in its nearest neighbor search implementation --
this is a current performance bottleneck.
Original issue reported on code.google.com by [email protected] on 14 Sep 2007 at 12:35
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 14 Sep 2007 at 12:35The text was updated successfully, but these errors were encountered: