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

Improve startup time of bash completion. #10365

Merged
merged 1 commit into from
Feb 7, 2022

Commits on Feb 6, 2022

  1. Improve startup time of bash completion.

    `cargo list` takes about .15 seconds on my computer which is
    substantial enough to be the slowest command run when my shell starts
    according to sstephenson's bashprof.
    
    This commit defers running `cargo list` until we need it for the first
    time.
    itsjohncs committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    7f3f9ed View commit details
    Browse the repository at this point in the history