책 이미지

책 정보
· 분류 : 외국도서 > 컴퓨터 > 프로그래밍 언어 > 일반
· ISBN : 9781484243978
· 쪽수 : 754쪽
· 출판일 : 2019-07-10
목차
Preface 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 Precis Glossary