public
Description: 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.
Homepage: http://www.dekorte.com/projects/opensource/skipdb/
Clone URL: git://github.com/stevedekorte/skipdb.git
skipdb /
name age message
file .gitignore Thu Jan 01 23:15:04 -0800 2009 first commit [Steve Dekorte]
file Makefile Fri Aug 07 15:19:48 -0700 2009 adding Makefile.lib and depends files [Steve Dekorte]
file Makefile.lib Fri Aug 07 15:19:48 -0700 2009 adding Makefile.lib and depends files [Steve Dekorte]
file README.txt Thu Jan 01 23:15:04 -0800 2009 first commit [Steve Dekorte]
directory libs/ Thu Aug 13 14:42:40 -0700 2009 Linux fsync updates [Steve Dekorte]
README.txt
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.