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.
@JanusTroelsen8 жыл бұрын
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...
@willsewell8 жыл бұрын
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.