Skip to content

Arcflash/bplustree

 
 

Repository files navigation

B+Tree

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

Demo

./demo_build.sh

General Test

NOTE Exceptional test included, do not get bothered:)

./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.1%
  • CMake 13.5%
  • Python 1.8%
  • Shell 0.6%