[Haskell-cafe] Hugs used in circuit simulations code

Don Stewart dons at galois.com
Tue Jul 28 23:39:01 EDT 2009


daniel.is.fischer:
> Am Mittwoch 29 Juli 2009 03:32:20 schrieb Fernan Bolando:
> > What is everybodies expereience in speed difference between C and
> > interpreted haskell?

Why are you using hugs?

Hugs is slower than GHCi, which is around 30x slower on average than
GHC, (measured a couple of years ago).

Please use ghc -O2 if you care about performance!

-- Don


More information about the Haskell-Cafe mailing list