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.
Pages : | 754 pages |
Size : | PDF and ePub |
File type : | |
Downloads: | 62 |
Created: | 2020-08-30 |
License: | CC BY 4.0 |
Author(s): | Michael Voss, Rafael Asenjo, James Reinders |
Download free OOP tutorial course in PDF, training file in 8 chapters and 24 pages. Free unaffiliated ebook created from Stack OverFlow contributor....
Getting started with PowerShellDownload free tutorial about PowerShell, it's a powerful and very flexible language that is relatively easy to understand. PowerShell allows you as a system administrator to create scripts that help you automate certain tasks in a simple and very practical way....
C Programming Notes for ProfessionalsDownload free course C Programming Notes for Professionals, pdf file on 341 pages by Stack Overflow Community....
Learning .NET EPPlusDownload free course Learning .NET EPPlus, pdf file on 39 pages by Stack Overflow Community....
Programming for Computations - Python, 2nd EditionThis book presents computer programming as a key method for solving mathematical problems...., download free Programming for Computations tutorial in PDF (350 pages) created by Svein Linge ....
Algorithms: Fundamental TechniquesThis book is about the creation and analysis of efficient algorithms. After introducing some necessary matical background this book covers:...
C++ Notes for ProfessionalsDownload free course C++ Notes for Professionals, pdf file on 707 pages by Stack Overflow Community....
Classic Computer Science Problems in PythonThis book deepens your knowledge of problem-solving techniques from the realm of computer science by challenging you with time-tested scenarios, exercises, and algorithms. As you work through examples in search, clustering, graphs, and more, you'll remember important things you've forgotten and disc...
Free Xamarin.Forms Programming TutorialDownload free Xamarin tutorial course in PDF, training file in 37 chapters and 181 pages. Free unaffiliated ebook created from Stack OverFlow contributor....
Programming Fundamentals: A Modular Structured Approach Using C++This book is an introduction to computer programming using C++ as the language for writing programmes, and to solid, fundamental programming principles - including writing structured programmes, looping, data structures and iteration. ...