[Haskell-cafe] a parallel mapM?

Claude Heiland-Allen claude at mathr.co.uk
Fri Sep 28 21:12:07 CEST 2012


On 28/09/12 19:58, Patrick Mylund Nielsen wrote:
> Check out the parallel combinators in parallel-io:
> http://hackage.haskell.org/packages/archive/parallel-io/0.3.2/doc/html/Control-Concurrent-ParallelIO-Global.html

also

http://hackage.haskell.org/packages/archive/spawn/latest/doc/html/Control-Concurrent-Spawn.html#v:parMapIO

combined with

http://hackage.haskell.org/packages/archive/spawn/latest/doc/html/Control-Concurrent-Spawn.html#v:pool

might be a solution


Claude
-- 
http://mathr.co.uk



More information about the Haskell-Cafe mailing list