flatbush icon indicating copy to clipboard operation
flatbush copied to clipboard

Enhance search if a node is completely inside the query box.

Open muendlein opened this issue 9 months ago • 1 comments

If I understand the code correctly, the leaves belonging to a node are a continous array segment. This should allow for some improvements if the query box covers most of the data.

muendlein avatar Mar 09 '25 22:03 muendlein

Good call! This would be an equivalent of this change in RBush https://github.com/mourner/rbush/pull/11. It might get a little bit more verbose in Flatbush case, but worth exploring.

mourner avatar Mar 10 '25 11:03 mourner