[Haskell-cafe] help with Haskell performance

Chaddaï Fouché chaddai.fouche at gmail.com
Sat Nov 7 18:05:42 EST 2009


2009/11/7 Eugene Kirpichov <ekirpichov at gmail.com>:
> Ah, you're right. Then we need a foldl' insertWith with a strict plus.

We "only" need a foldl' insertWith' : (+) is already strict for all
the numeric types in the Prelude.

-- 
Jedaï


More information about the Haskell-Cafe mailing list