On Wed, Mar 18, 2026 at 11:57 PM Federico Alves <[email protected]> wrote:
> I need to point out that using Python, it's possible to build a > functionally identical solution to Parallel, but it runs way faster > Well, nobody had rewritten GNU Parallel in Python3. One important thing GNU Parallel can do is: --onall # cluster And all related topics which follow cluster like 'ordered output' etc. Take a look at the competitors: https://www.gnu.org/software/parallel/parallel_alternatives.html#differences-between-gnu-parallel-and-alternatives If you are going with a single computer multicore CPU I'll go for: rust-parallel
