Skip to content

Attempt to come up with a new outboard format for bao

Notifications You must be signed in to change notification settings

rklaehn/bao-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bao-experiment

Attempt to come up with a new outboard format for bao

This outboard format stores the merkle tree nodes in order, instead of post order like the original bao. This has the advantage that you can reuse the outboard when appending data. The downside is that data in the outboard is not ordered in the right way, so it requires more seeking when computing a slice.

The wire format when transferring slices is identical to bao.

About

Attempt to come up with a new outboard format for bao

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages