
Optimization
Get flash to fully experience Pearltrees
I wrote this article back in July and it ended up being the basis of this video (scroll to where it says “Thinking about Performance” and choose a speed)
Designing for Performance - Rico Mariani's Performance Tidbits - Site Home - MSDN Blogs
Optimization in GCC | Linux Journal
In this article, we explore the optimization levels provided by the GCC compiler toolchain, including the specific optimizations provided in each. We also identify optimizations that require explicit specifications, including some with architecture dependencies.(or, "Size Is Everything") She studied it carefully for about 15 minutes.
A Whirlwind Tutorial on Creating Really Teensy ELF Executables for Linux
Initializer lists work fine when implemented in .cpp files - what makes you believe they wouldn't?
efficiency - C++ ctors: What's the point of using initializer list in a .cpp file? - Stack Overflow
The restrict keyword does a difference. I've seen improvements of factor 2 and more in some situations (image processing). Most of the time the difference is not that large though.
c++ - Does the restrict keyword provide significant anti-aliasing benefits in gcc / g++ - Stack Overflow
I am devolping a console math intensive application on Mac OS X.
osx - What's the easiest/best way to profile a math intensive C++ application for speed on Mac OS X? - Stack Overflow
The construction of an efficient application should perform the following development process:

