[Haskell] Pugs gains SMP parallelism support.

Taral taralx at gmail.com
Sun Oct 22 16:00:07 EDT 2006


On 10/22/06, Audrey Tang <autrijus at gmail.com> wrote:
> I just implemented it that way, and benchmarking shows little or no
> parallelism gain is made by it,
> compared to the [MVar] approach suggested by Sebastian Sylvan
> ( http://pugs.blogs.com/pugs/2006/10/more_smp_parall.html )...

I wonder why? The IO monad is strict, so the computations should be
done in parallel...

-- 
Taral <taralx at gmail.com>
"You can't prove anything."
    -- Gödel's Incompetence Theorem


More information about the Haskell mailing list