|
|
|
|
|
by YoumuChan
400 days ago
|
|
Like Raft is a "special case" of Paxos, this feels like a "special case" of CRDT. It has all the flavor of CRDT, but adds a leader and a different way for the total ordering (basically using leader's local lamport clock to break tie). Throw in leader reelection and some ledger syncing and then give everything some other names, I bet you can have "collaborative text editing on one page". |
|
I don’t really understand the benefit of doing this when text CRDTs are small, simple and fast.