Reducing Build Times in C++ Projects
One of the most frequent criticisms of the C++ language is the difficulty generated by the long compilation and link times. All of that contributes to the perceived duration of complete builds for that language. Sadly, few people understand that build times are not just a factor of the complexity of the language or the…