Question about patching more than two models #929
cristiano-belloni
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the docs, you have this example of synchronization between users:
What if there existed another user that forked the first model immediately and wanted to synchronize with the two users at a later time? Something like:
Would this work? Because if it doesn't, all the users have to keep all the patches at all the various stages (which is a problem in case the users are separated programs) and if it does, I can't understand how the patches keep the whole non-incremental set of changes efficiently. I'm used to yjs, where users exchange vector clocks first to know where they are at, then generate ad-hoc patches based on the received vector clock. How does it work in json-joy's CRDT?
Beta Was this translation helpful? Give feedback.
All reactions