Download WordPress Themes, Happy Birthday Wishes
Home » Computer » C++ » Pro TBB: C++ Parallel Programming with Threading Building Blocks

Pro TBB: C++ Parallel Programming with Threading Building Blocks

  • Category: C++ Programming
  • Author: Michael Voss, Rafael Asenjo, James Reinders
  • License: CC BY 4.0
  • Pages: 754 pages
  • File type: PDF and ePub

Read and download free eBook intituled Pro TBB: C++ Parallel Programming with Threading Building Blocks in format PDF and ePub – 754 pages created by Michael Voss, Rafael Asenjo, James Reinders.

This book is a modern guide for all C++ programmers to learn Threading Building Blocks (TBB). Written by TBB and parallel programming experts, this book reflects their collective decades of experience in developing and teaching parallel programming with TBB, offering their insights in an approachable manner. Throughout the book the authors present numerous examples and best practices to help you become an effective TBB programmer and leverage the power of parallel systems.

starts with the basics, explaining parallel algorithms and C++’s built-in standard template library for parallelism. You’ll learn the key concepts of managing memory, working with data structures and how to handle typical issues with synchronization. Later chapters apply these ideas to complex systems to explain performance tradeoffs, mapping common parallel patterns, controlling threads and overhead, and extending TBB to program heterogeneous systems or system-on-chips.

This book is for C++ programmers learning to run applications on multicore systems, as well as C or C++ programmers without much experience with templates. No previous experience with parallel programming or multicore processors is required.

Read and Download Links:

Pro TBB: C++ Parallel Programming with Threading Building Blocks

READ  Parallel and Distributed Programming Using C++

Leave a Reply

Your email address will not be published. Required fields are marked *

*

x

Check Also

C++ Network Programming, Volume 2: Systematic Reuse with ACE and Frameworks

Do you need to develop flexible software that can be customized quickly? Do you need to add the power and efficiency of frameworks to your software? The ADAPTIVE Communication Environment (ACE) is an open-source toolkit for building high-performance