LMDB/lmdb
Read-only mirror of official repo on openldap.org. Issues and pull requests here are ignored. Use OpenLDAP ITS for issues. observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 98
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license no_readme
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4151
- days_rel: n/a
- days_push: 14
- n_releases_24m: 0
Adoption not part of the score
3031 stars · 645 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
LMDB (Lightning Memory-Mapped Database) is a compact, high-performance embedded key-value database library written in C, using memory-mapped files for fast reads with full ACID transactional guarantees. This GitHub repository is a read-only mirror of the official source hosted on openldap.org, where development and issue tracking actually occur.
Use cases
- embed an ACID key-value store in a C/C++ application
- fast read-heavy key-value storage with memory-mapped files
- store metadata for a mail server or directory service
- replace SQLite or BDB for a low-latency embedded database
- use a transactional key-value store from Python or Go bindings
- build a cache with crash-safe persistence
When to choose
- you need an embedded, zero-configuration key-value database with very fast reads
- you need ACID transactions and crash resilience without running a database server
- multiple processes need concurrent read access to the same data
- you want a tiny, dependency-free C library
When to avoid
- you need a client-server database or SQL queries
- you need rich secondary indexes or document/relational features
- write-heavy workloads with large values, since LMDB favors read performance
- you expect to file issues or PRs on this mirror, which is ignored
Facets
library · maturity stable
database caching file-system databases developer-tools performance windows cross-platform c key-value-store memory-mapped embedded-database lmdb openldap read-only-mirror linux macos
1 source
- homepage: http://www.openldap.org/software/repo.html · fetched 2026-08-29 · 1771ad3290d3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| LMDB/lmdb | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem