packages feed

StrictBench-0.1.1: 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.