Get the latest tech news
Lightning Memory-Mapped Database Manager (LMDB) 1.0
library modeled loosely on the BerkeleyDB API, but much simplified. The entire database is exposed in a memory map, and all data fetches return data directly from the mapped memory, so no malloc's or memcpy's occur during data fetches.
None
Or read this on Hacker News
