Inline alterF
Open
Map
performance
- Dominant language
- Haskell
- Stars
- 355
- Forks
- 194
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 4
Description
I think we're probably wasting a significant amount of allocation by failing to inline `alterF` for `Map`. We end up allocating loads of `Just`s when we usually shouldn't need to.
Contributor guide
Assessment
This issue has not been assessed yet.