https://github.com/mivinci/hdb
A simple embedded KV database using B+ tree.
https://github.com/mivinci/hdb
b-plus-tree embedded-database kv-database
Last synced: about 1 year ago
JSON representation
A simple embedded KV database using B+ tree.
- Host: GitHub
- URL: https://github.com/mivinci/hdb
- Owner: mivinci
- License: mit
- Created: 2024-01-06T00:25:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-06T01:40:54.000Z (over 2 years ago)
- Last Synced: 2025-02-13T14:40:50.145Z (over 1 year ago)
- Topics: b-plus-tree, embedded-database, kv-database
- Language: C
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hdb
A simple embedded KV database using B+ tree.