[Haskell-beginners] parallel quicksort

Ovidiu Deac ovidiudeac at gmail.com
Wed Aug 3 10:34:05 CEST 2011


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 <ovidiudeac at gmail.com> wrote:
> 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 <ds at iai.uni-bonn.de> 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.html
>>> 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:
>>
>> http://www.macs.hw.ac.uk/~dsg/gph/language.shtml
>>
>>
>>
>>
>



More information about the Beginners mailing list