Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 402 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 402 Bytes

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