A minimal B+Tree implementation for millions (even billions) of key-value storage based on Posix.
in-memory for learning and debugging.
./demo_build.sh
Note: You need to rm /tmp/coverage.index*
for this testing every time because the configuration (i.e block size and order etc.) in those index files is immutable!
./coverage_build.sh