lmdb

v 0.9.31 Updated: 9 months ago

Symas Lightning Memory-Mapped Database (LMDB)

LMDB is an ultra-fast, ultra-compact key-value embedded data store developed by Symas for the OpenLDAP Project. It uses memory-mapped files, so it has the read performance of a pure in-memory database while still offering the persistence of standard disk-based databases, and is only limited to the size of the virtual address space, (it is not limited to the size of physical RAM). Note: LMDB was originally called MDB, but was renamed to avoid confusion with other software associated with the name MDB.

https://symas.com/lmdb/

To install lmdb, paste this in macOS terminal after installing MacPorts

sudo port install lmdb

Add to my watchlist

Installations 821
Requested Installations 21