steve dekorte  →  projects  →  open source  →  skipdb
    skipdb
    an ordered key/value database
    overview 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).
    license Revised BSD
    dependencies basekit
    links github