pkeir:
> Hi all,
> 
> I'm seeing no performance increase with a simple coarse-grained
> 2-thread code using Control.Concurrent. I compile with:
> 
> >  hc conc.hs -o conc --make -threaded

Also, if you care about performance in the slightest , please use -O2
Code is typically 10-30x faster with optimisations on.

-- Don
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to