[Haskell-cafe] Haskell performance

Lutz Donnerhacke lutz at iks-jena.de
Thu Dec 20 05:56:57 EST 2007


* Simon Peyton-Jones wrote:
> Does anyone feel like doing this?  It'd be a great service.  No need to
> know anything much about GHC.

I'd like to do that. For a lecture I'm already generated performance tests
for various sorting algorithms.

It's designed about a function "performance :: Size -> IO RunsPerSecond".
So with unsafePerformIO it is a good candidate for quickCheck.


More information about the Haskell-Cafe mailing list