
19 Oct
2011
19 Oct
'11
3:44 p.m.
On 19 October 2011 17:03, Johan Tibell
Have a look at:
https://github.com/tibbe/unordered-containers/blob/master/benchmarks/Benchma...
I see you use the (evaluate . rnf) composition. I also used it in: https://github.com/basvandijk/vector-bytestring/blob/master/bench.hs#L118 and called it: deepEvaluate :: NFData a => a -> IO () deepEvaluate = evaluate . rnf I'm not sure about the name but I think it would be nice if this was added to Control.DeepSeq. Bas