@hackage / StrictBench

Benchmarking code through strict evaluation

Latest0.1.1

About

Metadata

  • Last updated , by RemcoNiemeijer
  • License LicenseRef-GPL
  • Categories Testing
  • Maintained by: Remco Niemeijer <R.A.Niemeijer@tue.nl>

  • Lottery factor: 0

Links

Installation

Readme

------------------------ 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.