> [1] admittedly not many. Are people using Haskell having problems
> getting good enough performance? Enough to regret choosing it as a
> language? (This is not a rhetoric question!)
No and yes.
I use Haskell mainly for combinational problems in research.
I would love to get higher performance without much effort.
For one result I had to wait for over a week, the process used over 800MB
main mem on our Sun Enterprise.
GHC-compiled over Hugs gave approximately a factor 3.
Haskell allows me to use smarter algorithms with small effort, I never had
implemented the stuff at all in C.
I did not yet try to use parHaskell so we have nice parallel systems here
(e.g. cluster with 96 Pentiums).
Andreas
---------------------------------------------------------------
Andreas C. Doering
Medizinische Universitaet zu Luebeck
Institut fuer Technische Informatik
Ratzeburger Allee 160
D-23538 Luebeck Germany
Tel.: +49 451 500-3741, Fax: -3687
Email: [EMAIL PROTECTED]
Home: http://www.iti.mu-luebeck.de/~doering
quiz, papers, VHDL, music
"The fear of the LORD is the beginning of ... science" (Proverbs 1.7)
----------------------------------------------------------------