Name : python311-lmdb
| |
Version : 1.5.1
| Vendor : SUSE LLC < https://www_suse_com/>
|
Release : lp160.2.2
| Date : 2024-09-03 13:42:53
|
Group : Development/Languages/Python
| Source RPM : python-lmdb-1.5.1-lp160.2.2.src.rpm
|
Size : 0.34 MB
| |
Packager : https://bugzilla_suse_com
| |
Summary : Universal Python binding for the LMDB \'Lightning\' Database
|
Description :
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.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/python:/backports/16.0/x86_64 |