|
steve dekorte - projects - open source - 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). http://dekorte.com/projects/opensource/skipdb/ tags: skiplist
A skip list container class in Python
|