E-Book, Englisch, 464 Seiten
Pikus The Art of Writing Efficient Programs
1. Auflage 2021
ISBN: 978-1-80020-274-0
Verlag: De Gruyter
Format: EPUB
Kopierschutz: 0 - No protection
An advanced programmer's guide to efficient hardware utilization and compiler optimizations using C++ examples
E-Book, Englisch, 464 Seiten
ISBN: 978-1-80020-274-0
Verlag: De Gruyter
Format: EPUB
Kopierschutz: 0 - No protection
No detailed description available for "The Art of Writing Efficient Programs".
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmierung: Methoden und Allgemeines
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Software Engineering
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
Weitere Infos & Material
Table of Contents - Introduction to Performance and Concurrency
- Performance Measurements
- CPU Architecture, Resources, and Performance Implications
- Memory Architecture and Performance
- Threads, Memory, and Concurrency
- Concurrency and Performance
- Data Structures for Concurrency
- Concurrency in C++
- High-Performance C++
- Compiler Optimizations in C++
- Undefined Behavior and Performance
- Design for Performance