Lightning Memory-Mapped Database Manager (LMDB) 1.0
Summary
LMDB is a memory-mapped, ACID-compliant embedded database library. It uses a B-tree structure, exposes the entire database in a memory map for fast access, and employs copy-on-write semantics to avoid data corruption. The documentation covers architecture, concurrency model, caveats, and licensing.