[Haskell-cafe] If monads are single/linearly threaded, doesn't
that reduce parallelism?
Matthias Görgens
matthias.goergens at googlemail.com
Tue Feb 9 16:56:49 EST 2010
Monads are not commutative. A structure that would tell the compiler
that it's commutative, would give it more leeway for optimization (and
parallel execution).
More information about the Haskell-Cafe
mailing list