[Haskell-cafe] Concurrency performance problem

Johan Tibell johan.tibell at gmail.com
Mon Mar 4 21:45:19 CET 2013


On Mon, Mar 4, 2013 at 11:39 AM, Łukasz Dąbek <sznurek at gmail.com> wrote:

> Thank you for your help! This solved my performance problem :)
>
> Anyway, the second question remains. Why performance of single
> threaded calculation is affected by RTS -N parameter. Is GHC doing
> some parallelization behind the scenes?
>

I believe it's because -N makes GHC use the threaded RTS, which is
different from the non-threaded RTS and has some overheads therefore.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130304/6164cfea/attachment.htm>


More information about the Haskell-Cafe mailing list