haskellfoundation / haskellfoundation/hs-opt-handbook.github.io
Unroll Monad Transformer Stacks Chapter
Open
optimization
- Dominant language
- HTML
- Stars
- 190
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
- This causes slowdown due to indirection
- be sure to reference known/unknown function calls
- Show the Stg/Core
- Give guidance on what to do
- Define exactly what `unroll` means (it means flattening the nested tuple that is the denotation of monad transformers)
- Possible case study?
Contributor guide
Assessment
This issue has not been assessed yet.