Hacker News new | ask | show | jobs
by nhoughto 1387 days ago
Yeah the CI case is really interesting, it’s generally reproducible and declarative so a good fit that way, and time waiting for things to start is a big deal in CI.

Another use case I was thinking of was stateful compilers like scala where warming up the compiler is expensive, often a CI task too.