Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6
python-lmdb
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Meta Configuration of Package python-lmdb
<package name="python-lmdb" project="openSUSE:Backports:SLE-15-SP6"> <title>Universal Python binding for the LMDB 'Lightning' Database</title> <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.</description> </package>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor