Categories
SkipDB
SkipDB is transactional, sorted key/value pair database. It is similar to BerkelyDB/Sleepycat but based on skip lists, which makes it smaller (~1600 lines of database code), simpler, and faster (appears to be ~4x as fast as SleepyCat for individual transactional updates).
Last updated 19 May, 2005
Versions
0.5
0.5 beta released 2004-12-07
- Released: 7 Dec, 2004
- Code Maturity: Beta
- Source Archive: http://www.dekorte.com/projects/opensource/Skip...
- Licenses: BSD_3Clause
- Interfaces: Command Line



