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
Currently we only implement Last-Write-Wins CRDTs (and our meta CompositeCRDT). Theres several more that can/need to be added. This issue will track any potential CRDTs that make sense to implement, or known ones that need to be implemented.
CRDTs:
Multi-Value Registers
Counters (Increment Only, Increment-Decrement)
Flags
Sets
Grow Only (G-Set, add only)
2P Set (add/remove)
OR Set (Add win / Remove Win)
Arrays
Replicable Growable Array (RGA)
Maps
OR-Map
Text (Collaborative)
Peritext
Morr...
The content you are editing has changed. Please copy your edits and refresh the page.
Currently we only implement Last-Write-Wins CRDTs (and our meta CompositeCRDT). Theres several more that can/need to be added. This issue will track any potential CRDTs that make sense to implement, or known ones that need to be implemented.
CRDTs:
Tasks
The text was updated successfully, but these errors were encountered: