Skip to content

A minimal B+ tree algo demo for key-value storage

License

Notifications You must be signed in to change notification settings

hjybdrs/bplustree

 
 

Repository files navigation

B+Tree

A minimal B+Tree implementation for key-value storage.

Demo

./demo_build.sh

General Test

./test_build.sh

Code Coverage Test

./coverage_build.sh

About

A minimal B+ tree algo demo for key-value storage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.0%
  • CMake 13.5%
  • Python 1.9%
  • Shell 0.6%