@hackage StrictBench0.1

Benchmarking code through strict evaluation

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