Skip to content

Commit 1261b71

Browse files
author
timrc
committed
Update README.md
1 parent 9bf33ca commit 1261b71

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
mdbm-os
22
=======
33

4-
Open Source fork of MDBM V4
4+
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

Comments
 (0)