textileio / papers

Textile Whitepapers
12 stars 3 forks source link

Op vs State/Delta based CRDTs #52

Closed carsonfarmer closed 4 years ago

carsonfarmer commented 5 years ago

From @Gozala :

I think it is worth clarifying when talking about CRDTs on top of threads that it's op based CRDTs, because I don't believe it is true for state based CRDTs like gun.js or delta crdts.

carsonfarmer commented 5 years ago

Actually, there's no reason you couldn't implement state/delta-based CRDTs on top of threads. This should be clarified in the document.

carsonfarmer commented 4 years ago

Frame this around the event codec and describe how pluggable this framework is for implementing any type of CRDT.

carsonfarmer commented 4 years ago

Related to #53

carsonfarmer commented 4 years ago

Updated language with #53.