[Haskell-cafe] Problems with threading?

Don Stewart dons at galois.com
Thu Jun 10 15:54:49 EDT 2010


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


More information about the Haskell-Cafe mailing list