Skip to content

Thread-Safe B+ Tree Data Structure in Rust

Notifications You must be signed in to change notification settings

arcadia-db/bplus-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B-Plus Tree Data Structure in Rust

A fully functional, in-memory B+ Tree data structure implemented in Rust.

TODO:

  • Ensure thread safety
  • Run benchmarks
  • Serialize data to disk

Prerequisites

  • Rust
  • Cargo

To run unit and integration tests:

cargo test

To run all tests (including stress tests):

cargo test --features="stress"

About

Thread-Safe B+ Tree Data Structure in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published