Skip to content
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

perf(bash-v2): speed up filtering entries with descriptions #1689

Merged
merged 1 commit into from May 4, 2022

Commits on May 3, 2022

  1. perf(bash-v2): speed up filtering entries with descriptions

    Use simple prefix match instead of single word `compgen -W` command
    substitution for each candidate match.
    scop committed May 3, 2022
    Copy the full SHA
    ce36da4 View commit details
    Browse the repository at this point in the history