Should I cache custom functions? #1022
Unanswered
artem-nefedov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose I want to use trailing-whitespaces and mixed-indent snippets from the wiki.
They work pretty well, but I'm wondering if there are performance implications of searching whole buffer on every keystroke.
Should I implement cache as described in this article, or is it fine to just use functions directly?
Beta Was this translation helpful? Give feedback.
All reactions