[Haskell-cafe] Re: Is Haskell capable of matching C in string processing performance?

2010-01-22 Thread Heinrich Apfelmus
Don Stewart wrote: jmillikin: Here's the fastest Haskell version I could come up with. It discards all error handling, validation, and correctness in the name of performance, but still can't get anywhere near C: http://hpaste.org/fastcgi/hpaste.fcgi/view?id=16423 Thanks for posting the

[Haskell-cafe] Re: Is Haskell capable of matching C in string processing performance?

2010-01-22 Thread John Lato
From: Heinrich Apfelmus apfel...@quantentunnel.de Don Stewart wrote: jmillikin: Here's the fastest Haskell version I could come up with. It discards all error handling, validation, and correctness in the name of performance, but still can't get anywhere near C: