pash icon indicating copy to clipboard operation
pash copied to clipboard

Parallelize sequence in node

Open angelhof opened this issue 4 years ago • 0 comments

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.

angelhof avatar Dec 18 '20 15:12 angelhof