Open
Description
Section should be small bite size snippets of recommendations for performance:
- Use strict data
- unpack strict fields if you don't need laziness
- let GHC optimize for you, except in extremely hot loops where your effort is worth it
- only use lists as a stack
etc.
each one should have a variable and name associated so they can be linked throughout the text.