| 1 |
Intel Threading Building Blocks: Outfitting C++ for Multi-core Processor Parallelism
Multi-core chips from Intel and AMD offer a dramatic boost in speed and responsiveness, and plenty of opportunities for multiprocessing on ordinary desktop computers. But they also present a challenge: More than ever, multithreading is a requirement for good performance. This guide explains how to maximize the benefits of these processors through a portable C++ library that works on Windows, Linux, Macintosh, and Unix systems. With it, you'll learn how to use Intel Threading Building Blocks (TBB) effectively for parallel programming -- without having to be a threading expert. Written by James Reinders, Chief Evangelist of Intel Software Products, and based on the experience of Intel's developers and customers, this book explains the key tasks in multithreading and how to accomplish them with TBB in a portable and robust manner. With plenty of examples and full reference material, the book lays out common patterns of uses, reveals the gotchas in TBB, and gives important guidelines for choosing among alternatives in order to get the best performance. You'll learn how Intel Threading Building Blocks: Enables you to specify tasks instead of threads for better portability, easier programming, more understandable source code, and better performance and scalability in general Focuses on the goal of parallelizing computationally intensive work to deliver high-level solutions Is compatible with other threading packages, and doesn't force you to pick one package for your entire program Emphasizes scalable, data-parallel programming, which allows program performance to increase as you add processors Relies on generic programming, which enables you to write the best possible algorithms with thefewest constraints Any C++ programmer who wants to write an application to run on a multi-core system will benefit from this book. TBB is also very approachable for a C programmer or a C++ programmer without much experience with templates. Best of all, you don't need experience with parallel programming or multi-core processors to use this book. more
- From: Amazon
- Posted: Apr-26-2008
Interesting
I bought this book with the hope that I could find the answers to solving a couple of problems. The first problem being writing parallel threaded code in a standardized way.The second problem being writing the OS threads and associated message queues in a way that is abstracted from the OS.In the...
Read full review | Report as inappropriate- From: Amazon
- Posted: Jan-27-2008
Opens up your thinking about parallelism
I agree with Hardman's review as far as it goes -- the book cannot go into as much detail as he would like since it is designed to be cross platform (and surprisingly also applicable to other similar chips e.g., AMD). On the other hand, this book opens you up to an important area: how can you...
Read full review | Report as inappropriate- From: Amazon
- Posted: Aug-25-2007
Potentially useful technology, book could be better
There are many views of how best to implement multi-threading and with multi-core processors now common the topic is becoming ever more relevant. Of course the best implementation method really depends on what you are trying to do. Are you implementing something that waits for a price update...
Read full review | Report as inappropriateMoreStores
SimilarProducts
-
Beginning iPhone 3 Development: Exploring the iPhone SDK
-
Introduction to Algorithms, Third Edition
-
Coders at Work
-
Code Complete: A Practical Handbook of Software Construction
-
Elements of Programming
-
Programming in Scala: A Comprehensive Step-by-step Guide
-
Matlab: A Practical Introduction to Programming and Problem Solving
-
Java Concurrency in Practice
-
Essential ActionScript 3.0 (Essential)
-
Pro Silverlight 3 in C#







