@hackage StrictBench0.1.1
Benchmarking code through strict evaluation
Installation
Dependencies (3)
- base >=2.0 && <5.0
- benchpress >=0.2
- parallel >=1.0 Show all…
Dependents (1)
@hackage/acme-everything
------------------------ 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.