Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 257 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 257 Bytes

rtree

It requires three inputs: data dimensions, data path and index path.

It uses bulkloading method to build R-tree (Augumented R-tree is also provided)

I implemented rtreeRAM method to accelerate the performace (i.e., cache the rtree in the memory)