@hackage StrictBench0.1.1

Benchmarking code through strict evaluation

  • Categories

  • License

    LicenseRef-GPL

  • Maintainer

    Remco Niemeijer <R.A.Niemeijer@tue.nl>

  • Versions

    • 0.1.1 Mon, 8 Jun 2009
    • 0.1 Sun, 7 Jun 2009

------------------------ StrictBench ------------------------

A library to benchmark how long it takes to fully evaluate a value. Can be useful to identify the slow part of an algorithm, since Haskell's lazy evaluation can make it hard to see where the bottleneck lies.

Author: Remco Niemeijer

Version history:

0.1.1 - Re-exported NFData and rnf for convenience: This removes the need to import Control.Parallel.Strategies when having to make a custom data type an instance of NFData. 0.1 - Original release.