Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/fyc1007261/B-Plus-tree-database

A key-value database based on B+ tree
https://github.com/fyc1007261/B-Plus-tree-database

Last synced: 16 days ago
JSON representation

A key-value database based on B+ tree

Lists

README

        

# B-Plus-tree-database

A key-value database based on B+ tree

Make sure there is a "data" folder, otherwise the program won't work correctly.

ManualTesting.cpp is for manual use. Please input "1" to create the database before using.

Autotest.cpp is for auto testing, please make sure "data" folder is on the right place. The size of the data is defined in the front.