Optimizing Software in C++ by Agner Fog
Publisher: Agner.org 2013
Number of pages: 167
This is an optimization manual for advanced C++ programmers. Topics include: The choice of platform and operating system. Choice of compiler and framework. Finding performance bottlenecks. The efficiency of different C++ constructs. Multi-core systems. Parallelization with vector operations. CPU dispatching. Efficient container class templates. Etc.
Computers & Internet Programming Languages & Tools C++