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

SCIP indexing is single threaded #18140

Open
nicolas-guichard opened this issue Sep 18, 2024 · 1 comment
Open

SCIP indexing is single threaded #18140

nicolas-guichard opened this issue Sep 18, 2024 · 1 comment
Labels
A-perf performance issues

Comments

@nicolas-guichard
Copy link
Contributor

SCIP indexing appears to be single threaded, for instance when building the SCIP index for mozilla-central:

mozilla-central ➜ time -v rust-analyzer +nightly scip .
…
Generating SCIP finished 1175.183132122s
        Command being timed: "rust-analyzer +nightly scip ."
        User time (seconds): 1291.07
        System time (seconds): 28.56
        Percent of CPU this job got: 110% (on a 12-threads machine)
        Elapsed (wall clock) time (h:mm:ss or m:ss): 19:49.03
@ShoyuVanilla ShoyuVanilla added the A-perf performance issues label Sep 18, 2024
@ChayimFriedman2
Copy link
Contributor

Yeah pretty much everything in the CLI is single-threaded, diagnostics too and I think analysis-stats as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-perf performance issues
Projects
None yet
Development

No branches or pull requests

3 participants