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
We already have 2PSet. Infinite-phase set is a generalization of it, allowing elements to be removed and re-added ad infinitum. This should be useful as a built-in CRDT for constructing CROs.
The idea is pretty simple. Use a GCounter to represent the presence of an element. The counter value being odd means the element is present. The counter value being even means the element is not present.
Background
We already have 2PSet. Infinite-phase set is a generalization of it, allowing elements to be removed and re-added ad infinitum. This should be useful as a built-in CRDT for constructing CROs.
The idea is pretty simple. Use a GCounter to represent the presence of an element. The counter value being odd means the element is present. The counter value being even means the element is not present.
Task
Resources
The text was updated successfully, but these errors were encountered: