You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2020. It is now read-only.
Auditing the authors of an op-based CRDTs is very accessible: all the operations can have a distinct author.
State-based CRDTs don't have this property. How should a state-based CRDT keep track of the operations and authors? Ideally, this knowledge should be eventually garbage collection as the operations get older.
Auditing the authors of an op-based CRDTs is very accessible: all the operations can have a distinct author.
State-based CRDTs don't have this property. How should a state-based CRDT keep track of the operations and authors? Ideally, this knowledge should be eventually garbage collection as the operations get older.