Readme for StrictBench-0.1

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