seantanly / elixir-paratize

Elixir library providing some handy parallel processing facilities that supports configuring number of workers and timeout.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add reduce function

seantanly opened this issue · comments

Does it makes sense?

Not possible. Each iteration of reduce may rely on the state of the previous computation. Thus it is not suitable for parallel computation.