Book Details

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

Publication year: 2019

ISBN: 978-1-4842-4398-5

Internet Resource: Please Login to download book


This book is a modern guide for all C++ programmers to learn Intel Threading Building Blocks (TBB).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.It 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.


Subject: Professional and Applied Computing / Programming Languages, Compilers, Interpreters / Programming Techniques / Algorithm Analysis and Problem Complexity / Data Structures / Multicore / concurrency / parallel / parallel programming / thread / heterogeneous programming / algorithms / library / STL