Structured Parallel Programming: Patterns for Efficient Computation
Autor Michael McCool, James Reinders, Arch Robisonen Limba Engleză Paperback – 30 iul 2012
The examples in this book are presented using two of the most popular and cutting edge programming models for parallel programming: Threading Building Blocks, and Cilk Plus. These architecture-independent models enable easy integration into existing applications, preserve investments in existing code, and speed the development of parallel applications. Examples from realistic contexts illustrate patterns and themes in parallel algorithm design that are widely applicable regardless of implementation technology.
Software developers, computer programmers, and software architects will find this book extremely helpful.
- The patterns-based approach offers structure and insight that developers can apply to a variety of parallel programming models
- Develops a composable, structured, scalable, and machine-independent approach to parallel computing
- Includes detailed examples in both Cilk Plus and the latest Threading Building Blocks, which support a wide variety of computers
Preț: 268.85 lei
Preț vechi: 410.25 lei
-34% Nou
Puncte Express: 403
Preț estimativ în valută:
51.45€ • 54.12$ • 42.60£
51.45€ • 54.12$ • 42.60£
Carte tipărită la comandă
Livrare economică 07-21 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780124159938
ISBN-10: 0124159931
Pagini: 432
Dimensiuni: 191 x 235 x 30 mm
Greutate: 0.86 kg
Editura: ELSEVIER SCIENCE
ISBN-10: 0124159931
Pagini: 432
Dimensiuni: 191 x 235 x 30 mm
Greutate: 0.86 kg
Editura: ELSEVIER SCIENCE
Public țintă
Software Developers, Computer Programmers, Software ArchitectsCuprins
1. Introduction
2. Map
3. Collectives
4. Data reorganization
5. Fork-join
6. Examples
7. Further Reading
2. Map
3. Collectives
4. Data reorganization
5. Fork-join
6. Examples
7. Further Reading
Recenzii
"I've been dreaming for a while of a modern accessible book that I could recommend to my threading-deprived colleagues and assorted enquirers to get them up to speed with the core concepts of multithreading as well as something that covers all the major current interesting implementations. Finally I have that book." --Martin Watt, Principal Engineer, Dreamworks Animation