You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that there's a performance hiccup when using runtime mode. Looking through the code it becomes apparently obvious why that is; the runtimepath is iterated over using globpath() and caching is only done after the first run indexing. I'd reckon performance could be greatly improved by simply having a more permenant cache similar to the mru mode.
The text was updated successfully, but these errors were encountered:
I notice that there's a performance hiccup when using runtime mode. Looking through the code it becomes apparently obvious why that is; the runtimepath is iterated over using
globpath()
and caching is only done after the first run indexing. I'd reckon performance could be greatly improved by simply having a more permenant cache similar to the mru mode.The text was updated successfully, but these errors were encountered: