Pro TBB : C++ parallel programming with threading building blocks

Book Cover
Average Rating
Published
[New York, NY] : APress Open, [2019].
Status
Available Online

Description

Loading Description...

More Details

Format
Language
English
ISBN
9781484243985, 1484243986
UPC
10.1007/978-1-4842-4398-5, 10.1007/978-1-4842-4

Notes

General Note
Includes index.
Description
This open access book is a modern guide for all C++ programmers to learn Intel 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 Intel Threading Building Blocks 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.
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Voss, M., Asenjo Zegers, R., & Reinders, J. (2019). Pro TBB: C++ parallel programming with threading building blocks . APress Open.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Voss, Michael, Rafael, Asenjo Zegers and James, Reinders. 2019. Pro TBB: C++ Parallel Programming With Threading Building Blocks. APress Open.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Voss, Michael, Rafael, Asenjo Zegers and James, Reinders. Pro TBB: C++ Parallel Programming With Threading Building Blocks APress Open, 2019.

MLA Citation, 9th Edition (style guide)

Voss, Michael,, Rafael Asenjo Zegers, and James Reinders. Pro TBB: C++ Parallel Programming With Threading Building Blocks APress Open, 2019.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
639b83fe-9641-c6b4-0be8-11dacbcfeee2-eng
Go To Grouped Work View in Staff Client

Grouping Information

Grouped Work ID639b83fe-9641-c6b4-0be8-11dacbcfeee2-eng
Full titlepro tbb c parallel programming with threading building blocks
Authorvoss michael
Grouping Categorybook
Last Update2024-10-08 10:55:34AM
Last Indexed2024-11-22 03:23:18AM

Book Cover Information

Image SourcecontentCafe
First LoadedAug 5, 2023
Last UsedNov 24, 2024

Marc Record

First DetectedMar 21, 2023 01:12:53 PM
Last File Modification TimeMar 21, 2023 01:12:53 PM
SuppressedRecord had no items

MARC Record

LEADER04603cam a2200565 i 4500
001on1110226712
003OCoLC
00520230321131125.0
006m     o  d        
007cr cnu---unuuu
008190725s2019    nyu     o     001 0 eng d
015 |a GBB9E4503|2 bnb
0167 |a 019466821|2 Uk
019 |a 1111784927|a 1112393220|a 1114934950|a 1117493488|a 1119443032|a 1119771765|a 1152757175
020 |a 9781484243985|q (electronic book)
020 |a 1484243986|q (electronic book)
0247 |a 10.1007/978-1-4842-4398-5|2 doi
0248 |a 10.1007/978-1-4842-4
035 |a (OCoLC)1110226712|z (OCoLC)1111784927|z (OCoLC)1112393220|z (OCoLC)1114934950|z (OCoLC)1117493488|z (OCoLC)1119443032|z (OCoLC)1119771765|z (OCoLC)1152757175
037 |a com.springer.onix.9781484243985|b Springer Nature
040 |a LQU|b eng|e rda|e pn|c LQU|d UPM|d OCLCO|d YDX|d NOC|d OCLCO|d UAB|d GW5XE|d YDXIT|d VT2|d OCLCF|d UKMGB|d COO|d LVT|d UKKNU|d UKAHL|d OCLCQ|d OCLCO|d AAA|d OCLCQ
049 |a MAIN
050 4|a QA76|b .V67 2019
08204|a 005.13|2 23
1001 |a Voss, Michael,|e author.
24510|a Pro TBB :|b C++ parallel programming with threading building blocks /|c Michael Voss, Rafael Asenjo, James Reinders.
264 1|a [New York, NY] :|b APress Open,|c [2019]
300 |a 1 online resource
336 |a text|b txt|2 rdacontent
337 |a computer|b c|2 rdamedia
338 |a online resource|b cr|2 rdacarrier
347 |a text file
347 |b PDF
500 |a Includes index.
5050 |a Part I -- Chapter 1: Jumping Right In - "Hello, TBB!" -- Chapter 2: Generic Parallel Algorithms -- Chapter 3: Flow Graphs -- Chapter 4: TBB and the C++ Parallel Standard Template Library -- Chapter 5: Synchronization: why and how to avoid it -- Chapter 6: Data Structures for Concurrency -- Chapter 7: Scalable Memory Allocation -- Chapter 8: Mapping Parallel Patterns to TBB -- Part II -- Chapter 9: The Pillars of Composability -- Chapter 10: Using tasks to create your own algorithms -- Chapter 11: Controlling the Number of Threads Used for Execution -- Chapter 12: Using Work Isolation for Correctness and Performance -- Chapter 13: Creating Thread-to-core and Task-to-thread Affinity -- Chapter 14: Using Task Priorities -- Chapter 15: Cancellation and Exception Handling -- Chapter 16: Tuning TBB Algorithms: Granularity, Locality, Parallelism and Determinism -- Chapter 17: Flow Graphs: Beyond the Basics -- Chapter 18: Beef up Flow Graphs with Async Nodes -- Chapter 19: Flow Graphs on steroids: OpenCL Nodes -- Chapter 20: TBB on NUMA architectures -- Appendix A: History and Inspiration -- Appendix B: TBB Précis -- Glossary.
520 |a This open access book is a modern guide for all C++ programmers to learn Intel 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 Intel Threading Building Blocks 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.
5880 |a Online resource; title from digital title page (viewed on August 27, 2019).
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
650 0|a Computer science.|9 64890
650 0|a Computer software.|9 34210
650 0|a Data structures (Computer science)|9 35539
7001 |a Asenjo Zegers, Rafael,|e author.
7001 |a Reinders, James,|e author.
77608|i Print version:|a Voss, Michael.|t Pro TBB.|d [New York, NY] : APress Open, [2019]|z 1484243978|z 9781484243978|w (OCoLC)1083466870
85640|u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781484243985/?ar|x O'Reilly|z eBook
938 |a Askews and Holts Library Services|b ASKH|n AH36710594
938 |a Knowledge Unlatched|b KNOW|n 07906ec0-1ab5-4bf1-a9ba-83accc500a73
938 |a YBP Library Services|b YANK|n 16387384
994 |a 92|b VIA
999 |c 289736|d 289736