cpp-best-practices / cppbestpractices

Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.
Other
8.11k stars 884 forks source link

First discuss runtime performance #133

Closed aminya closed 1 year ago

aminya commented 3 years ago

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.