pash
pash copied to clipboard
Suboptimal parallelism in minimal_grep_stdin
When executing the script minimal_grep_stdin.sh there is no split added before the first tr. This has to be solved.
The same for set-diff.sh for width = 2
In order to solve this, we need to add a cat in all source nodes.
I will solve this in the iterate-on-edges-instead-of-nodes branch.