A user-space buffer pool manager library in C for building a HDD/SSD based database storage engine.
-
Updated
Nov 18, 2024 - C
A user-space buffer pool manager library in C for building a HDD/SSD based database storage engine.
This is a library to store database-like tuples in a row-oriented block store. It provides page-level API functions to access and store tuples on the page.
Add a description, image, and links to the database-storage-engine topic page so that developers can more easily learn about it.
To associate your repository with the database-storage-engine topic, visit your repo's landing page and select "manage topics."