Universal Python binding for the LMDB 'Lightning' Database

Edit Package python-lmdb

This is a universal Python binding for the LMDB 'Lightning' Database.

LMDB is a tiny database with the following properties:
* Ordered map interface (keys are always lexicographically sorted).
* Reader/writer transactions: readers don’t block writers, writers don’t block readers. Each environment supports one concurrent write transaction.
* Cheap read transactions.
* Environments may be opened by multiple processes on the same host.
* Multiple named databases may be created with transactions covering all named databases.
* Memory mapped, allowing for zero copy lookup and iteration. This is optionally exposed to Python using the buffer() interface.
* Maintenance requires no external process or background threads.
* No application-level caching is required: LMDB uses the operating system’s buffer cache.

Refresh
Refresh
Source Files
Filename Size Changed
lmdb-0.94.tar.gz 0003991715 3.81 MB
python-lmdb.changes 0000000810 810 Bytes
python-lmdb.spec 0000002662 2.6 KB
Latest Revision
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 654916 from Yuchen Lin's avatar Yuchen Lin (maxlin_factory) (revision 1)
Automatic request from openSUSE:Factory by F-C-C Submitter. Please review this change and decline it if Leap do not need it.
Comments 0
openSUSE Build Service is sponsored by