Earlier quoted context omitted.
Agree. If your bottleneck is your source control tool, you're doing something wrong.
Anything that is part of the programming routine should be severely optimized. Every little bit not only adds up, it often multiplies in big enough projects. In one of our big products, we have several build steps that touch upon the source control systems. 10 second VCS delay X 6 build steps, 1 second lazily written c++-header slowdown X 300 files, etc. and before you know it something that should take 10-15 minutes…
Now I won't be tempted to go back from scripting language country for a few more years... :-)
Edit: I should add that I have very fond memories about my youth and C, too.