A Python port of the mourner/rbush - a high-performance R-tree-based 2D spatial index for points and rectangles
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
37
commits
Use `time.perf_counter` for precise timing and 4-decimal output
afeee53View on GitHubRemove `pybind11` from dependencies and switch to git submodule (#27)
d8433feView on GitHubFix the bug when choosing the index for splitting on node overflow (#25)
c735afdView on GitHubCompletely refactor the tests to align with the original rbush
cb05fc5View on GitHubImplement RBush core methods for `serialize` and `deserialize`
9c32b39View on GitHub