hldb / welo

peer-to-peer, collaborative states using Merkle-CRDTs
Other
32 stars 2 forks source link

refactor: replace IPLD HAMT with mikeal's prolly-tree impl #66

Closed tabcat closed 1 year ago

tabcat commented 1 year ago

https://github.com/mikeal/prolly-trees/

should scale better than HAMT. not using for convergence yet so mostly just looking for the b-tree part.

tabcat commented 1 year ago

Thinking about using https://github.com/alanshaw/pail instead since I don't need the convergent properties

tabcat commented 1 year ago

Decided to delay this until after zzzync. probably going to redesign welo afterward anyway

tabcat commented 1 year ago

Closed by https://github.com/hldb/welo/pull/72