[Haskell-cafe] Painless parallelization.

Mats Rauhala mats.rauhala at gmail.com
Tue Apr 19 21:14:00 CEST 2011


You could look into par and pseq combinators and parallel strategies[1].
Real world haskell[2] has some examples on the usage.

1. http://hackage.haskell.org/package/parallel
2. http://book.realworldhaskell.org/read/concurrent-and-multicore-programming.html

-- 
Mats Rauhala
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110419/4b1cb5db/attachment.pgp>


More information about the Haskell-Cafe mailing list