pash
pash copied to clipboard
Parallelize sequence in node
It seems that it might be possible to also parallelize the sequence operator in a node. For example something like:
{ head ; grep } | ...
Due to order awareness in the DFG, we might be able to parallelize this together with the next node (by first spliting the inner node to two nodes head and grep and then parallelizing each.