Buch, Englisch, 432 Seiten, Format (B × H): 192 mm x 234 mm, Gewicht: 880 g
Patterns for Efficient Computation
Buch, Englisch, 432 Seiten, Format (B × H): 192 mm x 234 mm, Gewicht: 880 g
ISBN: 978-0-12-415993-8
Verlag: Elsevier Science
Structured Parallel Programming offers the simplest way for developers to learn patterns for high-performance parallel programming. Written by parallel computing experts and industry insiders Michael McCool, Arch Robison, and James Reinders, this book explains how to design and implement maintainable and efficient parallel algorithms using a composable, structured, scalable, and machine-independent approach to parallel computing. It presents both theory and practice, and provides detailed concrete examples using multiple programming models.
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.
Zielgruppe
<p>Software Developers, Computer Programmers, Software Architects </p>
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Software Engineering
- Mathematik | Informatik EDV | Informatik Technische Informatik Grid-Computing & Paralleles Rechnen
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Funktionale, Logische, Parallele und Visuelle Programmierung
Weitere Infos & Material
1. Introduction
2. Map
3. Collectives
4. Data reorganization
5. Fork-join
6. Examples
7. Further Reading