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.
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.