pash icon indicating copy to clipboard operation
pash copied to clipboard

Suboptimal parallelism in minimal_grep_stdin

Open angelhof opened this issue 4 years ago • 3 comments

When executing the script minimal_grep_stdin.sh there is no split added before the first tr. This has to be solved.

angelhof avatar Dec 11 '20 11:12 angelhof

The same for set-diff.sh for width = 2

angelhof avatar Dec 21 '20 19:12 angelhof

In order to solve this, we need to add a cat in all source nodes.

angelhof avatar Jan 05 '21 12:01 angelhof

I will solve this in the iterate-on-edges-instead-of-nodes branch.

angelhof avatar Jan 08 '21 11:01 angelhof