Let's say I have a bunch of points:
What is the best way to get a certain amount of closest neighbors. For example I wan't the 8 closest points for point no 57.
This without using brute force.
O yeah, if possible, it would be great if it's efficient for moving points as well.