-
Notifications
You must be signed in to change notification settings - Fork 1
Parallelize runs #36
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestwishlistLong-shot feature requestsLong-shot feature requests
Description
A pipe often has a single bottleneck (usually a complex CG), so even though the pipe is multi-process, the benefit is reduced. Splitting the input in ~4 and running that many pipes can thus take full advantage of available CPUs.
This should both be per-corpus and across corpora, so runs should internally be changed to a single tasks list.
(quick'n'dirty per-corpus TinoDidriksen/regtest@c18ed0c)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestwishlistLong-shot feature requestsLong-shot feature requests