Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Learning Intel's TBB [closed]

Could anyone recommend good book about Intel's threading library and how to use it?

like image 676
smallB Avatar asked Jun 30 '11 12:06

smallB


2 Answers

The O'Reilly book indeed does have poor reviews. I haven't come across any other books, but what will really help you with learning TBB is:
To go through the reference manual one concept at a time and make tiny code samples of your own. The TBB samples are HUGE, and weren't very helpful when I tried learning it. I made small pieces of code and tried out the concepts. That's the best way to explore and learn TBB (until a good book comes out).
Happy learning! :)

like image 121
Nav Avatar answered Sep 19 '22 08:09

Nav


I found the O'Reilly book useful. The library is complex, but the book gives a good introduction to it.

like image 25
Alan Stokes Avatar answered Sep 21 '22 08:09

Alan Stokes