GNU Parallel Recommendations
Discussions recommending GNU Parallel as a tool for parallelizing command-line tasks and scripts, often questioning or comparing it to the parallelism features of a specific tool or suggesting it as an alternative.
Activity Over Time
Top Contributors
Keywords
Sample Comments
does this do the same as https://www.gnu.org/software/parallel/ ?
Your tool looks nice, but it doesn't seem to parallelize the work in any way.
Wasn't aware of that one and it looks very promising, thank you. Does it work with `parallel`? Or does it have a similar built-in facility itself?
GNU Parallel seems like another convenient approach.
Your parallel computing approach sounds intriguing! Could you provide an example script? I would like to look into this. If you like you could open an issue as a feature request and provide a code snipped there.
Gnu parallel ftw, itβs the single easiest way to speed up command line batches.
Does it work in parallel though?
when you say parallel you mean the work is distributed across multiple cores? e.g. multiple python worker processes. Or is all work running single threaded in a single process (concurrent IO, but not true parallelism)?
why? gnu parallel is strictly more inferior to multiprocessing module
GNU Parallel + some Python code?