peer-base / js-delta-crdts

Delta State-based CRDTs in Javascript
192 stars 16 forks source link

implement a delta state-based RGA sequence type #3

Closed pgte closed 6 years ago

pgte commented 6 years ago

Implement am RGA sequence type in delta-CRDTs. Formal spec is in this paper.

https___hal_inria_fr_inria-00555588_document
pgte commented 6 years ago

Perhaps helpful: RGA implementation in op-based CRDTs: https://github.com/ipfs-shipyard/peer-crdt/blob/master/src/types/rga.js

pgte commented 6 years ago

Done, landed on v0.1.0.