Shorter build times improve developer productivity. Therefore, it is benefitial to reduce them if possible. This document explains why compilation can be slow and discusses different approaches to speed it up. This is mostly meant to be a resource for other developers that are investigating compile time issues. However, it would be nice to hear other peoples thoughts for how we can or should improve build times as well. Build Process When analysing compile times, three parts of the build proc...
Good collection of tips. It would make a nice wiki page if there was one for cpp :)