begeekmyfriend/bplustree
A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4359
- days_rel: n/a
- days_push: 1337
- n_releases_24m: 0
Adoption not part of the score
1875 stars · 317 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A minimal, extremely fast B+ tree indexing structure written in C, designed for billions of key-value storage entries on POSIX systems. It serves as both a practical on-disk index implementation and a learning resource, with an in-memory branch for debugging.
Use cases
- implement a B+ tree index for key-value storage
- learn how B+ tree data structures work
- store billions of key-value pairs efficiently
- build a custom storage engine index
- debug B+ tree behavior with an in-memory variant
When to choose
- you need a lightweight, dependency-free B+ tree implementation in C
- you want to understand or study B+ tree internals
- you need an on-disk index for very large key-value datasets on POSIX systems
When to avoid
- you need a full-featured production database with transactions and replication
- you prefer a high-level language binding or managed storage solution
- you need Windows support without POSIX compatibility
Facets
library · maturity maintenance
database file-system search-engine databases developer-tools c cross-platform bplustree key-value-storage data-structure posix indexing algorithms linux
1 source
- readme: https://github.com/begeekmyfriend/bplustree · fetched 2026-08-28 · 06038c657d55
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| begeekmyfriend/bplustree | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="begeekmyfriend/bplustree")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem