
10 Jun
2010
10 Jun
'10
3:54 p.m.
igouy2:
Simon Marlow described how best to parallelize this problem extensively in:
http://www.haskell.org/~simonmar/bib/multicore-ghc-09_abstract.html
So I'd suggest doing what he says.
In particular, use thread pinning to improve locality.
-qw -qm ?
How's that going to work out when applied to the other Haskell programs?
I'm sure it does bad things to them. -- Don