Intel Threading Building Blocks

Intel Threading Building Blocks
Author: James Reinders
Publisher: "O'Reilly Media, Inc."
Total Pages: 332
Release: 2007-07-12
Genre: Computers
ISBN: 0596514808

Download Intel Threading Building Blocks Book in PDF, Epub and Kindle

Multithreading is a requirement for good performance of systems with multi-core chips. This book explains how to maximize the benefits of these processors through a portable C++ library that works on Windows, Linux, Macintosh, and Unix systems, and explains the key tasks in multithreading and how to accomplish them with TBB.


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
Pro TBB
Language: en
Pages: 854
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
Structured Parallel Programming
Language: en
Pages: 434
Authors: Michael McCool
Categories: Computers
Type: BOOK - Published: 2012-06-25 - Publisher: Elsevier

GET EBOOK

Programming is now parallel programming. Much as structured programming revolutionized traditional serial programming decades ago, a new kind of structured prog
Intel Threading Building Blocks
Language: en
Pages: 336
Authors: James Reinders
Categories: Computers
Type: BOOK - Published: 2007-07-12 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

Multi-core chips from Intel and AMD offer a dramatic boost in speed and responsiveness, and plenty of opportunities for multiprocessing on ordinary desktop comp
Efficient Android Threading
Language: en
Pages: 322
Authors: Anders Goransson
Categories: Computers
Type: BOOK - Published: 2014-05-22 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

Multithreading is essential if you want to create an Android app with a great user experience, but how do you know which techniques can help solve your problem?