commercialhaskell / commercialhaskell/stack
Cache builds of each optimization combination
Open
component: build
type: enhancement
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
Sometimes I run `stack build --fast` if I'm running a binary in my project that doesn't need code optimizations because it takes a long time to build. Sometimes I run `stack build` because that code does need optimizations.
An idea I had that could be useful is to have a cache of builds represented as a Map where the key is the build options used.
Contributor guide
Assessment
This issue has not been assessed yet.