Skip to content
/ rtree Public

A Rust implementation of R-Tree index on column-oriented format.

License

Notifications You must be signed in to change notification settings

zheguang/rtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtree

A Rust implementation of R-Tree on column-oriented format.

Features

  1. Both the R-Tree and the table reside in main memory. Future works include extension to secondary storage.
  2. Search tuples by hypercube.
  3. Bulkload from a table. Future work include per-tuple update/delete/insert.

Build

cargo build
cargo test

Run

cargo run

About

A Rust implementation of R-Tree index on column-oriented format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages