Skip to content

A minimal B+ tree algo demo for millions (even billions) of key-value storage

License

Notifications You must be signed in to change notification settings

japperhu/bplustree

Repository files navigation

B+Tree

A minimal B+Tree implementation for millions (even billions) of key-value storage based on Posix.

Branch

in-memory for learning and debugging.

Demo

./demo_build.sh

Code Coverage Test

Note: Do NOT load an existing index file with same name for this testing!

./coverage_build.sh

About

A minimal B+ tree algo demo for millions (even billions) of key-value storage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C85.4%
  • CMake12.5%
  • Python1.7%
  • Shell0.4%