Skip to content

A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage

License

Notifications You must be signed in to change notification settings

cih-y2k/bplustree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: You need to delete the existing /tmp/coverage.index first for this testing!

./coverage_build.sh

About

A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.4%
  • CMake 12.5%
  • Python 1.7%
  • Shell 0.4%