steve dekorte  →  projects  →  open source
io
libbasekit
libcoroutine
libgarbagecollector
skipdb
tagdb
    skipdb
    a sorted 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
    latest tarball
    sample code