Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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++

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.