Skip to content
/ mdbm Public
forked from yahoo/mdbm

MDBM a very fast memory-mapped key/value store.

License

Notifications You must be signed in to change notification settings

mnagaya/mdbm

This branch is up to date with yahoo/mdbm:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

87c20e2 · Nov 12, 2018
Dec 8, 2014
Jun 13, 2018
Sep 23, 2015
Mar 27, 2017
Nov 12, 2018
Jun 16, 2014
Nov 12, 2018
Aug 2, 2015
Jun 5, 2017
Jun 16, 2014
Mar 27, 2017
Nov 12, 2018
Jun 16, 2014
Sep 9, 2015
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

About

MDBM a very fast memory-mapped key/value store.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 71.6%
  • C 19.1%
  • Java 4.7%
  • Perl 1.8%
  • XS 1.4%
  • Shell 0.6%
  • Other 0.8%