haskellfoundation / haskellfoundation/hs-opt-handbook.github.io
Ordering Data Constructors Chapter
Open
optimization
- Dominant language
- HTML
- Stars
- 190
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
This used to be important, not sure if GHC 9.X optimizes these away now. It might so need to verify. Case study on `IntMap` is here though, see the [source code](https://github.com/haskell/containers/blob/50175b72dc781f82a419bddafba1bdd758fbee4b/containers/src/Data/IntMap/Internal.hs#L67) of containers for details.
Be sure to show Stg and Core too.
Contributor guide
Assessment
This issue has not been assessed yet.