-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I'm not sure if this is a good idea yet.
When dealing with lots of specs (especially full Python package histories), auditing is pretty slow (since it's entirely serial). It doesn't need to be this way, since auditing is embarassingly parallel (each step is entirely independent).
The only real obstacles here are UI/UX ones: if we break auditing up into a pool of threads or processes, we'll want to make sure that the current output and progress bars remain about the same (or get nicer).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels