
19 Apr
2011
19 Apr
'11
3:14 p.m.
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.h... -- Mats Rauhala