[ 源代码: lmdb ]
软件包:liblmdb-dev(0.9.31-1 以及其他的)
liblmdb-dev 的相关链接
Debian 的资源:
下载源码包 lmdb:
维护小组:
- LMDB (QA 页面)
- Ondřej Surý (QA 页面)
- Jakub Ružička (QA 页面)
外部的资源:
- 主页 [symas.com]
相似软件包:
Lightning Memory-Mapped Database development files
This package contains the development libraries, header files. Install lmdb-doc package for man pages.
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).