python-inspector icon indicating copy to clipboard operation
python-inspector copied to clipboard

Parallelize python-inspector runs

Open bennati opened this issue 2 years ago • 5 comments

Python inspector analyzes a requirement.txt using a single core, parallelization could speed up the run considerably.

Related to https://github.com/oss-review-toolkit/ort/issues/6206.

bennati avatar Dec 12 '22 17:12 bennati

It seems that no one is working on this issue. I would love to work on this!

shricodev avatar Jan 21 '23 09:01 shricodev

I assume you mean multiprocessing here rather than multithreading, right? @bennati

shricodev avatar Jan 21 '23 09:01 shricodev

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?

sschuberth avatar Apr 27 '23 06:04 sschuberth

FWIW, that's a fairly complex thing since the resolver library used is not multithreaded AFAIK.

pombredanne avatar Apr 27 '23 08:04 pombredanne

@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

shricodev avatar May 01 '23 04:05 shricodev