Optimizing Software in C++
An optimization guide for Windows, Linux and Mac platforms
- License
- Free to read; public redistribution not permitted (© Agner Fog)
- Source
- agner.org/optimize
Description
The first of Agner Fog's five optimization manuals. A practical guide to writing fast C++: choosing platforms and compilers, the cost of language constructs, memory access, vectorization, and multithreading, grounded in real measurements.
Book information
- Language
- English
- Category
- C++
- Level
- Advanced
- Pages
- 166
- Published
- 2023
- Format
- License
- Free to read; public redistribution not permitted (© Agner Fog)
- Source
- agner.org/optimize
Topics
License
Official Free Distribution — Free to read; public redistribution not permitted (© Agner Fog) (license text ↗)
This resource is listed with a link to its official source; TLP does not host the file.
The manuals state that public distribution and mirroring are not allowed; a CC BY-SA 4.0 license takes effect after the author's death. TLP links to the official file only.
Related books
View all →Calling Conventions for Different C++ Compilers and Operating Systems
Agner Fog
The fifth of Agner Fog's optimization manuals. Documents how C++ compilers on x86 pass arguments, return values, and objects; name mangling schemes; exception handling; object file formats; and how to write code portable across compilers.
C++AdvancedOfficial Free DistributionPDF · 1.0 MBC++ Core Guidelines
Bjarne Stroustrup, Herb Sutter
The authoritative, continuously updated set of guidelines for writing modern C++ well — resource and memory safety, RAII, interfaces, classes, templates, concurrency, error handling, and performance — each rule with rationale and examples. Maintained by the Standard C++ Foundation.
C++AdvancedMITHTML
Financial Numerical Recipes in C++
Bernt Arne Ødegaard
A collection of C++ implementations of common quantitative-finance calculations: present value and term structures, option pricing (Black-Scholes, binomial, finite-difference, Monte Carlo), bonds, mean-variance portfolios, and more.
C++AdvancedAuthor PermissionPDF · 1.2 MB