Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Fugue and Sync9 #323

Open
tantaman opened this issue Aug 14, 2023 · 0 comments
Open

Implement Fugue and Sync9 #323

tantaman opened this issue Aug 14, 2023 · 0 comments

Comments

@tantaman
Copy link
Collaborator

Background research is here: #65

With a Fugue implementation sketched at the bottom -- #65 (comment)

Sync9 -- https://github.com/braid-org/braidjs/tree/master/sync9 & https://github.com/pkulchenko/syncX

Sync9 is interesting given that it stores actual character indices in the CRDT so appending new writes does not require any lookups of parent events and constructing a doc from the event log is trivial. Sync9 also solves the same interleaving problems as Fugue.

This was referenced Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant