Pro TBB

Pro TBB
Author: Michael Voss
Publisher: Apress
Total Pages: 775
Release: 2019-07-09
Genre: Computers
ISBN: 1484243986


Download Pro TBB Book in PDF, Epub and Kindle

This open access 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. Pro TBB 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. What You'll Learn Use Threading Building Blocks to produce code that is portable, simple, scalable, and more understandableReview best practices for parallelizing computationally intensive tasks in your applications Integrate TBB with other threading packages Create scalable, high performance data-parallel programs Work with generic programming to write efficient algorithms Who 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.


Pro TBB
Language: en
Pages: 775
Authors: Michael Voss
Categories: Computers
Type: BOOK - Published: 2019-07-09 - Publisher: Apress

GET EBOOK

This open access book is a modern guide for all C++ programmers to learn Threading Building Blocks (TBB). Written by TBB and parallel programming experts, this
Intel Threading Building Blocks
Language: en
Pages: 332
Authors: James Reinders
Categories: Computers
Type: BOOK - Published: 2007-07-12 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

Multithreading is a requirement for good performance of systems with multi-core chips. This book explains how to maximize the benefits of these processors throu
Applied Learning Algorithms for Intelligent IoT
Language: en
Pages: 369
Authors: Pethuru Raj Chelliah
Categories: Computers
Type: BOOK - Published: 2021-10-28 - Publisher: CRC Press

GET EBOOK

This book vividly illustrates all the promising and potential machine learning (ML) and deep learning (DL) algorithms through a host of real-world and real-time
Introduction to Parallel Programming
Language: en
Pages:
Authors: Subodh Kumar
Categories: Computers
Type: BOOK - Published: 2022-07-31 - Publisher: Cambridge University Press

GET EBOOK

In modern computer science, there exists no truly sequential computing system; and most advanced programming is parallel programming. This is particularly evide
High Performance Parallel Runtimes
Language: en
Pages: 431
Authors: Michael Klemm
Categories: Computers
Type: BOOK - Published: 2021-02-08 - Publisher: Walter de Gruyter GmbH & Co KG

GET EBOOK

This book focuses on the theoretical and practical aspects of parallel programming systems for today's high performance multi-core processors and discusses the