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

Improve efficiency of code editor synchronization #10768

Open
kazcw opened this issue Aug 6, 2024 · 0 comments
Open

Improve efficiency of code editor synchronization #10768

kazcw opened this issue Aug 6, 2024 · 0 comments
Labels
--low-performance -gui p-medium Should be completed in the next few sprints

Comments

@kazcw
Copy link
Contributor

kazcw commented Aug 6, 2024

applyTextEditsToAst parses the edited text into the current module before synchronizing. This causes unused nodes to be added to the Y.Js doc. The edited text should be parsed into a temporary module, and needed nodes copied.

@farmaazon farmaazon added the p-medium Should be completed in the next few sprints label Aug 7, 2024
@farmaazon farmaazon added this to the 2024-09 Release milestone Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
--low-performance -gui p-medium Should be completed in the next few sprints
Projects
Status: 📤 Backlog
Development

No branches or pull requests

3 participants