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: about 2 months ago
JSON representation
A key-value database based on B+ tree
- Host: GitHub
- URL: https://github.com/fyc1007261/B-Plus-tree-database
- Owner: fyc1007261
- Created: 2018-07-05T02:29:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T02:34:24.000Z (over 6 years ago)
- Last Synced: 2024-08-01T21:42:14.472Z (5 months ago)
- Language: C++
- Size: 596 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-se - fyc1007261-2016-database
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.