RTree optimization #227
changliao1025
started this conversation in
Ideas
Replies: 1 comment
-
The new method:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In several places in the existing code, the following method is used:
This may not be efficient since it can be replaced by the search_surrounding function:
https://github.com/Rhoana/tinyr/blob/master/tinyr/tinyr.pyx
Beta Was this translation helpful? Give feedback.
All reactions