Intel Threading Building Blocks

Intel Threading Building Blocks
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 332
Release :
ISBN-13 : 9780596514808
ISBN-10 : 0596514808
Rating : 4/5 (08 Downloads)

Book Synopsis Intel Threading Building Blocks by : James Reinders

Download or read book Intel Threading Building Blocks written by James Reinders and published by "O'Reilly Media, Inc.". This book was released on 2007-07-12 with total page 332 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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 Related Books

Intel Threading Building Blocks
Language: en
Pages: 332
Authors: James Reinders
Categories: Computers
Type: BOOK - Published: 2007-07-12 - Publisher: "O'Reilly Media, Inc."

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

DOWNLOAD 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."

DOWNLOAD 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
The Art of Concurrency
Language: en
Pages: 306
Authors: Clay Breshears
Categories: Computers
Type: BOOK - Published: 2009-05-07 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

If you're looking to take full advantage of multi-core processors with concurrent programming, this practical book provides the knowledge and hands-on experienc
Efficient Android Threading
Language: en
Pages: 280
Authors: Anders Goransson
Categories: Computers
Type: BOOK - Published: 2014-05-22 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD 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?