As said in the title, I'm wondering if the -k
option (strongly) affects the speed of GNU parallel.
In man parallel_tutorial
there is a discussion about --ungroup
and --line-buffer
, which claims that --linebuffer
, which unmixes output lines, is much slower than --ungroup
. So maybe -k
will also result in major slowdown when the job count is large?
(I didn't find this topic in man parallel
or man parallel_tutorial
; neither did I find anything with some Google. I haven't finished man parallel
though, so if I missed something with less search, please excuse me.)