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

Replace file content representation with rope crdt #26

Merged
merged 31 commits into from
Sep 24, 2024
Merged

Replace file content representation with rope crdt #26

merged 31 commits into from
Sep 24, 2024

Conversation

Nimaoth
Copy link
Owner

@Nimaoth Nimaoth commented Sep 14, 2024

Currently file content is stored as an array of strings.
This replaces that with crdt ropes for better editing performance for large files, collaborative editing, and to enable more changes in the future

@Nimaoth Nimaoth marked this pull request as ready for review September 20, 2024 13:16
src/app.nim Outdated Show resolved Hide resolved
src/app.nim Outdated Show resolved Hide resolved
src/text/text_document.nim Outdated Show resolved Hide resolved
@Nimaoth Nimaoth self-assigned this Sep 24, 2024
@Nimaoth Nimaoth merged commit bd260e6 into main Sep 24, 2024
4 of 5 checks passed
@Nimaoth Nimaoth deleted the rope-crdt branch September 27, 2024 20:39
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

Successfully merging this pull request may close these issues.

1 participant