Re: GSOC: Interested in submitting a proposal on GNU parallel

2026-03-18 Thread Hans Schou
Dear Nagarjuna, Thank you for your interest in GNU Parallel and for sharing your background and research work — it sounds like a great fit for exploring parallel processing further. I would like to clarify how GNU Parallel is developed and maintained. The project is primarily developed by a singl

Re: GSOC: Interested in submitting a proposal on GNU parallel

2026-03-18 Thread Federico Alves
I need to point out that using Python, it's possible to build a functionally identical solution to Parallel, but it runs way faster than anything ever achieved with Bash+Parallel, which, apparently, is coded with Perl. On Wed, Mar 18, 2026 at 6:21 AM Hans Schou wrote: > > Dear Nagarjuna, > > Than

Re: GSOC: Interested in submitting a proposal on GNU parallel

2026-03-18 Thread Rob Sargent
> On Mar 18, 2026, at 4:58 PM, Federico Alves 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 > than anything ever achieved with Bash+Parallel, which, apparently, is > coded with Perl. > The execu