A fully functional, in-memory B+ Tree data structure implemented in Rust.
TODO:
- Ensure thread safety
- Run benchmarks
- Serialize data to disk
- Rust
- Cargo
To run unit and integration tests:
cargo test
To run all tests (including stress tests):
cargo test --features="stress"