Linked by Eugenia Loli-Queru on Mon 28th Aug 2006 19:07 UTC
Thread beginning with comment 156605
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
I took a peek at the link and the supplied documentation at the intel site. Anything easing the development of threaded software is welcome as I have gone through this hell myself. It's a pity it is not free or opensourced to speed up adoption rate. But the library seems to be enourmously versatile and powerful if used in conjunction with a profiler so it is worth its money for sure. I would like to see some of those things included and used in the standard c++ library in the future.






Member since:
2005-12-16
The article doesn't cover: What is TBB, how does it work, what does it look like? But you can find that here:
http://www3.intel.com/cd/software/products/asmo-na/eng/perflib/buil...
Reminds me of Java "synchronized". Or maybe sort of like a Boost-style threads lib, but with profiling tools so one wouldn't need other instrumentation utilities to monitor MT perf issues. Very cool.