
19 Dec
2008
19 Dec
'08
11:37 a.m.
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