[Haskell-cafe] Control.Parallel.Strategies

Cale Gibbard cgibbard at gmail.com
Fri Apr 11 11:53:42 EDT 2008


Out of interest, have you tried using parListChunk to break the work
into larger pieces? It seems rather unlikely to help with this case as
the parts are already pretty large, but perhaps it's worth a shot.


More information about the Haskell-Cafe mailing list