Example for the Depth first multithread implementation performance gain as a motivation

Early termination in the parallel reduce I implemented in Transducers.jl depends on the depth-first scheduler. Ref: Thread- and process-based parallelisms in Transducers.jl (+ some news) - #3 by tkf

1 Like