[ 原始碼: lmdb ]
套件:lmdb-doc(0.9.24-1)
lmdb-doc 的相關連結
Debian 的資源:
下載原始碼套件 lmdb:
維護小組:
- LMDB (QA 頁面)
- Ondřej Surý (QA 頁面)
外部的資源:
- 主頁 [symas.com]
相似套件:
Lightning Memory-Mapped Database doxygen documentation
This package contains the doxygen generated documentation and the man pages for the LMDB library.
Lighting Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact key-value embedded data store developed 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).