Request for K-D Tree implementation

Правка en2, от Lance_HAOH, 2017-07-20 18:11:36

Does anyone know/have any good K-D Tree implementation in C++/Java? I tried searching the web for some. I couldn't find any good ones for Java. The C++ versions that I found all use dynamic memory allocation (which is really slow compared to memory pool).

Теги #k-d tree, #data structure, #implementation

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский Lance_HAOH 2017-07-20 18:18:21 188
en2 Английский Lance_HAOH 2017-07-20 18:11:36 53
en1 Английский Lance_HAOH 2017-07-20 18:08:22 251 Initial revision (published)