Implementation of Read Log Update in Rust. Motivated by this
To run the single object benchmarks
make all
To run RLU based Set benchmarks
make rluset-btree
To run Rust's BTree Set benchmarks
make benchmark-btree
To install necessary libraries for making the benchmark plots:
make deps
To run the benchmark plots:
make plot