Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: parallel quicksort (Daniel Seidel)
2. Re: parallel quicksort (Ovidiu Deac)
3. Re: parallel quicksort (Ovidiu Deac)
----------------------------------------------------------------------
Message: 1
Date: Wed, 03 Aug 2011 09:48:49 +0200
From: Daniel Seidel <[email protected]>
Subject: Re: [Haskell-beginners] parallel quicksort
To: Ovidiu Deac <[email protected]>
Cc: beginners <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain
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
------------------------------
Message: 2
Date: Wed, 3 Aug 2011 11:31:37 +0300
From: Ovidiu Deac <[email protected]>
Subject: Re: [Haskell-beginners] parallel quicksort
To: Daniel Seidel <[email protected]>
Cc: beginners <[email protected]>
Message-ID:
<cakvse7s-wgecu80zwkg3ig-wp579loxt8zvphxf9umpmfjs...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
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 <[email protected]> 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
>
>
>
>
------------------------------
Message: 3
Date: Wed, 3 Aug 2011 11:34:05 +0300
From: Ovidiu Deac <[email protected]>
Subject: Re: [Haskell-beginners] parallel quicksort
To: Daniel Seidel <[email protected]>
Cc: beginners <[email protected]>
Message-ID:
<cakvse7t-tqwmpdjs-rm3ucyvavwaukw_18h8ybz3wpjbppq...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
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 <[email protected]> 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 <[email protected]> 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
>>
>>
>>
>>
>
------------------------------
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
End of Beginners Digest, Vol 38, Issue 5
****************************************