Thanks for this. Lots of libs to look into. Was on the fence about whether to use haskell or go (cough) for a web project. I think i'll go with haskell.
I like Criterion, and found it very useful for average performance of functions, but when it came to benchmarking latency, it fell short. For example we care about 99th percentile/max latencies, and this is not something that criterion provides any insight into.
Thanks for this. Lots of libs to look into. Was on the fence about whether to use haskell or go (cough) for a web project. I think i'll go with haskell.
I would like to see a blog post with summaries of all the proejcts mentioned in this talk. Really hard to remember everything that was said...
I like Criterion, and found it very useful for average performance of functions, but when it came to benchmarking latency, it fell short. For example we care about 99th percentile/max latencies, and this is not something that criterion provides any insight into.
What about Nix/OS/Ops? :)