Optimizing software in C++
An optimization guide for Windows, Linux and Mac platforms
eBook | Free |
Rating | |
Author | Agner Fog |
Publisher | Self-publishing |
Published | 2020 |
Pages | 176 |
Language | English |
Format | Paper book / ebook (PDF) |
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.
- Agner Fog
Similar Books
Options and Derivatives Programming in C++20, 2nd Edition
by Carlos Oliveira
Master the features of C++ that are frequently used to write financial software for options and derivatives, including the STL, templates, functional programming, and numerical libraries. This book also covers new features introduced in C++20 and other recent standard releases: modules, concepts, spaceship operators, and smart pointers. Y...
Price: $34.37 | Publisher: Apress | Release: 2020
Deep Belief Nets in C++ and CUDA C: Volume 2
by Timothy Masters
Discover the essential building blocks of a common and powerful form of deep belief net: the autoencoder. You'll take this topic beyond current usage by extending it to the complex domain for signal and image processing applications. Deep Belief Nets in C++ and CUDA C: Volume 2 also covers several algorithms for preprocessing time se...
Price: $37.99 | Publisher: Apress | Release: 2018
Modern Data Mining Algorithms in C++ and CUDA C
by Timothy Masters
Discover a variety of data-mining algorithms that are useful for selecting small sets of important features from among unwieldy masses of candidates, or extracting useful features from measured variables.As a serious data miner you will often be faced with thousands of candidate features for your prediction or classification application, ...
Price: $33.68 | Publisher: Apress | Release: 2020
C++ Software Interoperability for Windows Programmers
by Adam Gladstone
Get up-to-speed quickly and connect modern code written in C#, R, and Python to an existing codebase written in C++. This book for practitioners is about software interoperability in a Windows environment from C++ to languages such as C#, R, and Python. Using a series of example projects, the book demonstrates how to connect a simple C++ ...
Price: $37.83 | Publisher: Apress | Release: 2022
by Ivan Cukic
Functional Programming in C++ teaches developers the practical side of functional programming and the tools that C++ provides to develop software in the functional style. This in-depth guide is full of useful diagrams that help you understand FP concepts and begin to think functionally.Well-written code is easier to test and reuse, simple...
Price: $39.99 | Publisher: Manning | Release: 2018
Introduction to Design Patterns in C++ with Qt, 2/E
by Alan Ezust, Paul Ezust
This book fills a void between the many syntax-oriented programming texts that teach readers how to program in C++ with standard I/O (e.g., Deitel) and the relatively few books that assume a knowledge of OOP/C++ and emphasize GUI programming using higher-level frameworks (e.g., Blanchette). There are plenty of books on C++ programming but...
Price: $13.20 | Publisher: Prentice Hall | Release: 2011
by Iggy Krajci, Darren Cummings
Android on x86: an Introduction to Optimizing for Intel Architecture serves two main purposes. First, it makes the case for adapting your applications onto Intel's x86 architecture, including discussions of the business potential, the changing landscape of the Android marketplace, and the unique challenges and opportunities that ari...
Price: $12.95 | Free ebook | Publisher: Apress | Release: 2014
Deep Belief Nets in C++ and CUDA C: Volume 1
by Timothy Masters
Discover the essential building blocks of the most common forms of deep belief networks. At each step this book provides intuitive motivation, a summary of the most important equations relevant to the topic, and concludes with highly commented code for threaded computation on modern CPUs as well as massive parallel processing on computers...
Price: $32.13 | Publisher: Apress | Release: 2018