We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf33ca commit 1261b71Copy full SHA for 1261b71
README.md
@@ -1,4 +1,19 @@
1
mdbm-os
2
=======
3
4
-Open Source fork of MDBM V4
+MDBM is a super-fast memory-mapped key/value store.
5
+
6
+To use the modern buzzwords, it is NoSQL, and for
7
+many operations, it is Zero-Copy.
8
9
+It is based on an earlier version by Larry McVoy,
10
+then at SGI, which in turn, is based on SDBM by
11
+Ozan Yigit. [wikipedia DBM article](http://en.wikipedia.org/wiki/Dbm)
12
13
+Yahoo added significant performance enhancements,
14
+many tools, tests, and comprehensive documentation.
15
+It has been used in production for over a decade,
16
+for a wide variety of applications, both large and small.
17
18
+It is being released under the BSD license.
19
0 commit comments