Files
geometry/include
Adam Wulkiewicz 6daaf2162d [index] Refactor distance_query, remove recursion, change branches handling.
Remove recursion, keep one container of branches to traverse.
Replace stack of sorted branches per level with priority_queue.
Prioritize branches based on distance and level to traverse the closest
and the deepest nodes first.
2021-07-30 19:11:25 +02:00
..