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

Increase performance on editables, more chunked operations, by @harshad1 #1694

Merged
merged 9 commits into from
May 21, 2022

Conversation

harshad1
Copy link
Collaborator

@harshad1 harshad1 commented May 3, 2022

In this PR, the chunked operation via copy has been made more generic. It has also been applied to the regexReplaceAction (which is used for a lot of things). Should improve apparent performance and undo behavior.

TODO:

  • Apply to other common update functions
  • Apply to groups of calls (i.e. indent + renumber)

@harshad1 harshad1 changed the title WIP: Even more chunked operations Even more chunked operations May 10, 2022
@gsantner gsantner added this to the Markor v2.10 milestone May 14, 2022
@gsantner gsantner force-pushed the master branch 4 times, most recently from 8bbdc13 to b9c45c3 Compare May 15, 2022 02:17
Copy link
Owner

@gsantner gsantner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, to my feeling it improves performance quite a bit

@gsantner gsantner changed the title Even more chunked operations Increase performance on editables, more chunked operations, by @harshad1 May 21, 2022
@gsantner gsantner merged commit 4df611b into gsantner:master May 21, 2022
@gsantner gsantner mentioned this pull request Jul 16, 2022
@harshad1 harshad1 deleted the even_more_chunked_operations branch May 10, 2023 14: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.

2 participants