minidb

minidb

nikhil-thorat

A blazing-fast, in-memory key-value database built entirely from scratch in C. MiniDB is an embedded database engine designed to process millions of operations per second. It acts as an LRU (Least Recently Used) cache and relies on custom memory management, bitwise math, and an optimized hashing algorithm to achieve extreme hardware efficiency.

1 Stars
0 Forks
1 Watchers
C Language
45.1 SrcLog Score
Cost to Build
$6.3K
Market Value
$2.9K

Growth over time

2 data points  ·  2026-04-09 → 2026-04-16
Stars Forks Watchers
💬

How do you feel about this project?

Ask AI about minidb

Question copied to clipboard

What is the nikhil-thorat/minidb GitHub project? Description: "A blazing-fast, in-memory key-value database built entirely from scratch in C. MiniDB is an embedded database engine designed to process millions of operations per second. It acts as an LRU (Least Recently Used) cache and relies on custom memory management, bitwise math, and an optimized hashing algorithm to achieve extreme hardware efficiency.". Written in C. Explain what it does, its main use cases, key features, and who would benefit from using it.

Question is copied to clipboard — paste it after the AI opens.

How to clone minidb

Clone via HTTPS

git clone https://github.com/nikhil-thorat/minidb.git

Clone via SSH

[email protected]:nikhil-thorat/minidb.git

Download ZIP

Download master.zip

Found an issue?

Report bugs or request features on the minidb issue tracker:

Open GitHub Issues