
3 Aug
2011
3 Aug
'11
8:34 a.m.
another page re: parallelism that I've just found:
http://www.haskell.org/haskellwiki/Parallel/Reading
On Wed, Aug 3, 2011 at 11:31 AM, Ovidiu Deac
Thanks. I understand that par and pseq come with GpH so they are already included in ghc version 6.
Also distributed GpH sounds interesting, I'll give it a try sometime.
On Wed, Aug 3, 2011 at 10:48 AM, Daniel Seidel
wrote: On Wed, 2011-08-03 at 10:21 +0300, Ovidiu Deac wrote:
Meanwhile I found this chapter http://book.realworldhaskell.org/read/concurrent-and-multicore-programming.h... which discusses exactly the parallelization of the quicksort algorithm.
So, it seems you found the answer about the interplay of pseq and par, but maybe this is interesting for you as well: