KDTree icon indicating copy to clipboard operation
KDTree copied to clipboard

Querying time

Open Vikas-Sony opened this issue 3 years ago • 1 comments

Hi, I tried building a tree with around 12000 points which took around 7-8 ms. But querying time for a single point is around 0.01ms or so. I was expecting lesser time than this judging from the fact that whole tree creation took 7ms. So, i believe the tree may be unbalanced and want to look at created tree structure. Is there an easier way to do that? Also, what else can i do to reduce my query time as i has to query about 7000 points and needs it to be real time? Thanks in advance

Vikas-Sony avatar Aug 24 '22 10:08 Vikas-Sony

Also, can i query multiple points at once?

Vikas-Sony avatar Aug 25 '22 05:08 Vikas-Sony