Skip to content

ianopolous/merkle-btree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

merkle-btree

A content addressed B-tree backed by a content addressed hashtable.

Each tree node is stored as an object in the content addressed storage, and contains links to its children. Each link is a hash which can be loooked up from the content addressed storage.

About

A content addressed BTree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages