Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A key-value database based on B+ tree

Awesome Lists containing this project

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.