script icon indicating copy to clipboard operation
script copied to clipboard

Implementation of parallel execution for ExecForEach() and EachLine()

Open gty929 opened this issue 3 years ago • 1 comments

The pull request relates to issue #87 and implements the parallel execution for ExecForEach() and EachLine().

The code has been fully tested to ensure that the order of input is preserved (by executing a large test case 1000 times) and there is no race condition (by running go test -race).

gty929 avatar Dec 09 '21 20:12 gty929

Now that we have concurrent filters, would it make sense to reimplement this using them?

bitfield avatar Jun 02 '22 11:06 bitfield