Criterion 0.2, an improved Haskell benchmarking library
Posted in haskell, open source on November 6th, 2009 2 Comments »
I’m pleased to announce the availability of version 0.2 of my criterion library for Haskell performance evaluation.
Compared to version 0.1, this version has some significant changes.
The benchmarking API has been improved! If you’re benchmarking a pure function, you no longer need to feed it an Int to ensure that it won’t get thunked or let-floated. [...]
