LMDB #
LMDB is a memory-mapped database with a Python binding that makes it is easy to use in data notebooks.
It maps data into memory and uses operation system guarantees to ensure deadlock free reading and writing. The programming interface is pretty much as expected for key-value stores with a guarantee that keys are lexically sorted and has range scans.