This repository contains several projects that simulates, for example, file system or database manager systems etc.
-
Updated
Feb 18, 2019 - C
This repository contains several projects that simulates, for example, file system or database manager systems etc.
GrayDB is a minimal, high-performance embedded database engine written entirely in C. Inspired by the architectural simplicity of SQLite and the modular power of PostgreSQL internals, it uses its own memory-efficient B+ Tree index, open-addressing Hash Table, and a small, expressive domain-specific language (DSL) for querying.
Add a description, image, and links to the bptree topic page so that developers can more easily learn about it.
To associate your repository with the bptree topic, visit your repo's landing page and select "manage topics."