Y
Hacker News
new
|
ask
|
show
|
jobs
by
edoloughlin
4940 days ago
I didn't realise that parallel is a Perl script, which means it's going to lose when running very short-lived processes, as in my example.
1 comments
samvittighed
4940 days ago
True. Unless you need some of the facilities in GNU Parallel that you do not find in xargs (such as --group which is default, running on remote machines, -L with -I, or --pipe for processing piped data).
link