Skip to content
/ skipdb Public
forked from stevedekorte/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.

Notifications You must be signed in to change notification settings

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