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.
Download free tutorial in PDF (176 pages) created by Agner Fog .
Pages : | 176 |
Size : | |
Downloads: | 297 |
Created: | 2021-05-15 |
License: | Free |
Author(s): | Agner Fog |
Warning: Trying to access array offset on false in /home/tutovnfz/public_html/amp/article-amp.php on line 263
Others related eBooks about Optimizing software in C++
This book written to provide clear and concise explanation of topics for programmers both starting to learn the C++ programming language as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it.
Download free course Learning C++, pdf file on 897 pages by Stack Overflow Community.
Download free course C++ Notes for Professionals, pdf file on 707 pages by Stack Overflow Community.
An experienced programmer accumulates a set of tools, tricks, and techniques to make his or her programs better.
Download free C++ language tutorial course in PDF, training file in 146 chapters and 708 pages. Free unaffiliated ebook created from Stack OverFlow contributor.