|
|
|
|
|
by ozten
3489 days ago
|
|
As I understand it, one of the original problems Go was designed to solve was long compile times at Google. This talk is fascinating and points out a possible solution space for real world problems in giant codebases and build infrastructures. What if 80% of your dependency graph can be identified as dead code paths at build time and not require you to actually take dependencies on all that dead code? |
|
(Note: I don't use go, but this was the situation about 3 years ago when I last looked).