-
Notifications
You must be signed in to change notification settings - Fork 49
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
Improving performance #106
Labels
help wanted
Extra attention is needed
Comments
A clarification: The example files I provided do not demonstrate overlay-related slowdown. Transclusion is slow there because of unrelated reasons and long before the file size where overlays become an issue. CPU profiler report for the example file from my last email (reply to the linked email) is below:
|
josephmturner
added a commit
to josephmturner/org-transclusion
that referenced
this issue
Dec 24, 2023
The `org-transclusion-with-inhibit-read-only' macro can be replaced with `with-silent-modifications', which also brings a performance benefit by also setting `buffer-undo-list' and `inhibit-modification-hooks' to nil. Potentially relevant to nobiot#106.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is to record and serve as a reminder for a issue raised in Org-mode mailing list.
Source: https://list.orgmode.org/878rxrdu46.fsf@localhost/
Ihor Radchenko has also kindly provided some test files that can be used to investigate the issue and advice.
The text was updated successfully, but these errors were encountered: