Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/weijun-h/rtree


https://github.com/weijun-h/rtree

Last synced: 20 days ago
JSON representation

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.