-
Notifications
You must be signed in to change notification settings - Fork 19
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
Parallelize python-inspector runs #105
Comments
It seems that no one is working on this issue. I would love to work on this! |
I assume you mean multiprocessing here rather than multithreading, right? @bennati |
Ping to just double-check that @OctoPie23 sees the reactions to his posts, as they don't trigger notifications. Are you indeed planning to work on this? |
FWIW, that's a fairly complex thing since the resolver library used is not multithreaded AFAIK. |
@pombredanne @sschuberth The day before yesterday, I finished my semester examinations. I haven't worked on any issues or PRs for a few days, but now I'm going to start, if not this, then other issues :P |
Python inspector analyzes a requirement.txt using a single core, parallelization could speed up the run considerably.
Related to oss-review-toolkit/ort#6206.
The text was updated successfully, but these errors were encountered: