Hacker News new | ask | show | jobs
by skybrian 4122 days ago
First the build tool needs to load the build files that declare the dependencies, so it knows which dependencies to check. For big, distributed projects, this step can be slow.
1 comments

Could this not be cached? If deps aren't changing, why do them all from scratch?