-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Significant performance improvements for zsh completion
Average completion time for medium to large projects should be improved to less than a half second in the majority of cases. - Ditched the built-in caching, which was slow because it required reading the whole cache when we really only want part of it for completing a given input (aside I found it confusing to use) - Normalized use of caching with bash completion which had been optimized for performance
- Loading branch information
Showing
1 changed file
with
33 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters