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

https://github.com/felixklauke/erasmus

Low level indexed key value engine designed for a database backed up by an on disk file storage written in C++ for educational reasons. Also used as resource for database programming tutorial at https://medium.com/ (Link in readme).
https://github.com/felixklauke/erasmus

b-tree c-plus-plus database file-storage key-value low-level memory-management storage-engine

Last synced: about 1 year ago
JSON representation

Low level indexed key value engine designed for a database backed up by an on disk file storage written in C++ for educational reasons. Also used as resource for database programming tutorial at https://medium.com/ (Link in readme).

Awesome Lists containing this project

README

          

# erasmus
Low level indexed key value engine backed up by an on disk file storage written in C++ for educational reasons. You can find a deep analysis and guide of how to create your own database at https://medium.com/@felixklauke.