6 ms·
I forgot: key-value store using MD-CRDTs was implemented here: https://github.com/ipfs/go-ds-crdt https://github.com/ipfs/go-ds-crdt The trickiest part was not
by hecturchi 3y ago
I forgot: key-value store using MD-CRDTs was implemented here: https://github.com/ipfs/go-ds-crdt https://github.com/ipfs/go-ds-crdt
The trickiest part was not the CRDT, but the DAG traversal with multiple workers processing parallel updates on multiple branches and switching CRDT-DAG roots as they finish branches.