Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
lmdb - Memory-mapped key-value database
- Description:
LMDB is an ultra-fast, ultra-compact key-value embedded data
store developed by Symas for the OpenLDAP Project. By using memory-mapped files,
it provides 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.
Packages
lmdb-0.9.29-3.vl9.src
[158 KiB] |
Changelog
by Mohan Boddu (2021-08-09):
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
|