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)