Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weijun-h/rtree
https://github.com/weijun-h/rtree
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/weijun-h/rtree
- Owner: Weijun-H
- Created: 2023-06-17T20:31:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-17T22:21:02.000Z (over 1 year ago)
- Last Synced: 2024-10-28T19:59:44.454Z (2 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rtree
This project is RTree implementation in Rust. It is based on the paper [R-Trees: A Dynamic Index Structure for Spatial Searching](http://www-db.deis.unibo.it/courses/SI-LS/papers/Gut84.pdf) by Antonin Guttman.
WIP - not ready for production use.