quadtree
quadtree copied to clipboard
Improve performance of `HandleIter`
As @t-veor pointed out in https://github.com/ambuc/quadtree/issues/1:
[HandleIter] could be improved by [...] skipping over subquadrants that do not overlap with the query area at all? Then HandleIter::query_optimization shouldn't even be needed.
I will implement this.
I now implemented this in #9