Skip to content

argv0/skipdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published