cppbestpractices
cppbestpractices copied to clipboard
First discuss runtime performance
This moves the runtime performance discussion before the build time discussion
It was kind of surprising to discuss build-time performance first, something that most developers don't need to be worried about, especially now that C++20 has modules.