Tags: #modern #cpp #performance
"Representing the first major update in the 13 years since 1998, the age of "modern" C++ was heralded with the ambitious C++11 standard."
https://www.oreilly.com/ideas/2-major-reasons-why-modern-c-is-a-performance-beast?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+oreilly%2Fradar%2Fatom+%28O%27Reilly+Radar%29
"Representing the first major update in the 13 years since 1998, the age of "modern" C++ was heralded with the ambitious C++11 standard."
https://www.oreilly.com/ideas/2-major-reasons-why-modern-c-is-a-performance-beast?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+oreilly%2Fradar%2Fatom+%28O%27Reilly+Radar%29
O'Reilly Media
2 major reasons why modern C++ is a performance beast
Use smart pointers and move semantics to supercharge your C++ code base.
Tags: #modern #tools #diagnostics
http://blog.ndcconferences.com/modern-diagnostics-tools-for-c-applications/
http://blog.ndcconferences.com/modern-diagnostics-tools-for-c-applications/
NDC Blog
Modern diagnostics tools for C++ applications
Introduction Profiling, debugging, and investigating C++ applications doesn't have to be insanely hard. If you have been a C++ developer for many years, you might be used to memory tracing tools like Valgrind -- with a potential 10x overhead), instrumentation…