|
|
|
|
|
by CGamesPlay
697 days ago
|
|
What would a concurrent edit look like? If there are two concurrent edits to the same pixel or vertex, what should the result look like? The easiest answer is that you decide arbitrarily (say by timestamp), which is "last-write-wins", which is a CRDT. |
|