Production Haskell - Reid Draper

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 4

  • @polypus74
    @polypus74 8 років тому +3

    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.

  • @JanusTroelsen
    @JanusTroelsen 8 років тому +5

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

  • @willsewell
    @willsewell 8 років тому +7

    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.

  • @ixxitopololis
    @ixxitopololis 7 років тому +1

    What about Nix/OS/Ops? :)