Content deleted Content added
m v2.05b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation - <nowiki> tags) |
I rephrased a poorly worded and lengthy sentence. |
||
Line 29:
== Technical description ==
Internally LMDB uses [[B+ tree]] data structures. The efficiency of its design and small footprint had the unintended side-effect of providing good write [[#Performance|performance]] as well. LMDB has an [[Application programming interface|API]] similar to [[Berkeley DB]] and [[DBM (computing)|dbm]]. LMDB treats the computer's memory as a single address space, shared across multiple processes or threads using [[Shared memory (interprocess communication)|shared memory]] with [[copy-on-write]] semantics (known historically as a [[single-level store]]).
Specific noteworthy technical features of LMDB are:
|