Skip to content

timrc-git/mdbm

Folders and files

NameName
Last commit message
Last commit date
Dec 8, 2014
Jun 13, 2018
Sep 23, 2015
Mar 27, 2017
Apr 17, 2023
Jun 16, 2014
Mar 24, 2017
Aug 2, 2015
Jun 5, 2017
Jun 16, 2014
Mar 27, 2017
Apr 16, 2020
Jun 16, 2014
Mar 22, 2020
Jun 30, 2014

Repository files navigation

mdbm

MDBM is a super-fast memory-mapped key/value store.

To use the modern buzzwords, it is NoSQL, and for many operations, it is Zero-Copy.

It is based on an earlier version by Larry McVoy, then at SGI. That in turn, is based on SDBM by Ozan Yigit. wikipedia DBM article

Yahoo added significant performance enhancements, many tools, tests, and comprehensive documentation. It has been used in production for over a decade, for a wide variety of applications, both large and small.

It is being released under the BSD license.

See the documentation for more details.

Join the mailing list to discuss MDBM.

build status

Build Status