[Haskell-cafe] Re: A suggestion for the next high profile Haskell project

Bulat Ziganshin bulat.ziganshin at gmail.com
Mon Dec 18 14:43:16 EST 2006


Hello Henning,

Monday, December 18, 2006, 4:46:16 PM, you wrote:

> Very true. I really like to know some more clean tricks for speedup.

use C. seriously :)

you can look into sources of FPS and Streams libs, speed-optimized parts
are written in the imperative way and all that you can do in Haskell is
just emulate C imperative code, and even in this case speed (with ghc) will
be 3-10 times worser than with gcc

-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list