Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Yoric
82 days ago
|
parent
|
context
|
favorite
| on:
Collaborative Text Editing Without CRDTs or OT
If you have the additional semantics that says "operation with lowest uuid gets applied first", don't you essentially get a CRDT?
I mean, a uuid is kind of a poor man's Lamport clock, isn't it?
ori_b
82 days ago
[–]
Yes, you can extend the algorithm that was described with additional semantics, and you can turn it into a CRDT.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I mean, a uuid is kind of a poor man's Lamport clock, isn't it?