Modern Parallel Programming with C++ and Assembly Language
Book • 2022
Modern Parallel Programming with C++ and Assembly Language by Daniel Kusswurm explores techniques for writing high-performance concurrent code using both C++ and assembly.
The book covers low-level optimizations, concurrency primitives, and patterns for exploiting modern CPU architectures.
It provides worked examples showing how carefully coordinated C++ and assembly can yield significant performance gains in parallel workloads.
The author discusses synchronization, memory models, and platform-specific considerations essential for correct and efficient parallel programs.
This resource is aimed at systems programmers and performance engineers seeking practical, architecture-aware approaches to parallelism.
The book covers low-level optimizations, concurrency primitives, and patterns for exploiting modern CPU architectures.
It provides worked examples showing how carefully coordinated C++ and assembly can yield significant performance gains in parallel workloads.
The author discusses synchronization, memory models, and platform-specific considerations essential for correct and efficient parallel programs.
This resource is aimed at systems programmers and performance engineers seeking practical, architecture-aware approaches to parallelism.
Mentioned by
Mentioned in 0 episodes
Listed in the episode description as a recommended book related to modern parallel programming.

Learn C++ by Example • Frances Buontempo & Matt Godbolt


