stevedekorte / skipdb

A Berkeley DB style database implemented with a skip list instead of a b-tree. It's small, portable and supports ACID transactions with true durability.

This URL has Read+Write access

skipdb / README.txt
100644 4 lines (2 sloc) 0.184 kb
1
2
3
4
A Berkeley DB style database implemented with a skip list instead of a b-tree. It's small, portable and supports ACID transactions (with true durability).
 
The license is Revised BSD.