[Haskell-beginners] Integer performance of GHC

David Virebayre dav.vire+haskell at gmail.com
Sat Aug 7 02:59:17 EDT 2010


2010/8/7 Sebastián E. Peyrott <pseus7 at gmail.com>:
> Hi, I'm looking for information on Haskell's viability for heavy
> integer math. My (very) naive tests show Haskell lagging behind C even

Relevant links :


Benefits of the LLVM code generator (lots of other relevant posts on Dons' blog)
http://donsbot.wordpress.com/2010/02/21/smoking-fast-haskell-code-using-ghcs-new-llvm-codegen/

Archive of threads about loop unrolling :
http://www.haskell.org/pipermail/glasgow-haskell-users/2009-March/thread.html#16741

(Also check some of the links in "You might also be interested in:")
http://efreedom.com/Question/1-2978979/Haskell-math-performance

David.


More information about the Beginners mailing list