haskellfoundation / haskellfoundation/hs-opt-handbook.github.io
What makes Haskell programs slow down?
Open
miscellaneous
- Dominant language
- HTML
- Stars
- 190
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Write section in Forward.
Relevant part of the Proposal, I've tweaked some stuff and we'll probably need to refine this section
```
3. What makes Haskell programs slow down (in order of importance)
3.1 Doing more work than necessary <=> too much allocation
3.2 Fusion and why it sometimes fails
3.3 Too much polymorphism
3.4 Bad datastructures
```
Contributor guide
Assessment
This issue has not been assessed yet.