-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
document how to minimize fold computation costs #16224
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
Conversation
I'm curious, on line 85, it says: "The most efficient is to call a compiled function without arguments:" - however, in my experimentation I really did not observe any noticable difference. I'm curious if anyone actually did, or if this is just based on someones hunch? Perhaps we should also add a line above line 105 saying something like: |
It links to
which makes sense as soon as one realizes that Bram added this file after implementing Vim9script. |
Ok, I think this looks quite good now. 👍🏻 |
thanks! |
…ation costs closes: vim/vim#16224 vim/vim@3920bb4 Co-authored-by: Konfekt <Konfekt@users.noreply.github.com>
…ation costs closes: vim/vim#16224 vim/vim@3920bb4 Co-authored-by: Konfekt <Konfekt@users.noreply.github.com>
See the discussion at lervag/vimtex#3054