Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richiejp/btree
Basic B-Tree implementation mostly in plain C++
https://github.com/richiejp/btree
Last synced: about 13 hours ago
JSON representation
Basic B-Tree implementation mostly in plain C++
- Host: GitHub
- URL: https://github.com/richiejp/btree
- Owner: richiejp
- Created: 2015-03-04T20:25:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-04T20:44:02.000Z (over 9 years ago)
- Last Synced: 2023-03-22T10:26:27.461Z (over 1 year ago)
- Language: C++
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My first btree
Basic B-Tree implementation mostly in plain C++. Uses Qt for a few things, but is not essential.
I wrote this to help me understand how indexing works in databases. It is not finished yet.
To run it, build and run the unit tests using Qt creator or qmake.