/profiling-module

Learn how you can check to see if work is well balanced across the available processors and spot performance issues relating to garbage collection or poor load balancing.

profiling-module

Learn how you can check to see if work is well balanced across the available processors and spot performance issues relating to garbage collection or poor load balancing.

See examples from https://github.com/simonmar/parconc-examples PCPH

Tooling wise dig into https://wiki.haskell.org/ThreadScope

Content is available at http://dev.stephendiehl.com/hask/#threadscope

spaceleaks

pusher

TL;DR is looks like the wrong technology was chosen for the problem space:

https://making.pusher.com/latency-working-set-ghc-gc-pick-two/ and followup at https://stackoverflow.com/questions/36772017/reducing-garbage-collection-pause-time-in-a-haskell-program?noredirect=1#comment61127896_36772017

table of contents

checklist

ghc garbage collector fundamentals

exercises

https://simonmar.github.io/slides/Haskell%20in%20the%20datacentre.pdf https://www.youtube.com/watch?v=vmFdJPs3DvU tba

additional materials