Speed-up Compilation Time With extern template

Photo by Simplify C++

Figure out how C++ compilation works, what's the big headache behind it and why why move from run-time to compile-time through templates is a major factor. External libraries could massivly affect effectiveness of small project, find out how better cope with it.

Learn `extern` template declaration by using the `nm` utility. Identify bottlenecks and most laggy parts of your code with a global strategy with more than just `noinline`.


"Today, I have a guest post by Daniele Pallastrelli about extern template for you. Daniele has been programming and designing software for the last 20+ years and he’ s passionate The post appeared ..."

Read more on the site

View Article

More info
#12th in TOP Native articles
Level Senior

Author

Added by: Daniele
Report article