This is an optimization manual for advanced C++ programmers. This book are not for beginners.
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. …