New C++ threading library?
Can anyone tell me about Intel's new C++ template-based library for multi-core (Intel threading building blocks)? They claim it's easier to write threaded applications that perform and scale well.
[207 byte] By [
Steelhead] at [2007-11-20 1:23:30]

# 1 Re: New C++ threading library?
You can get some information about (and an evaluation copy of) the Thrading Building Blocks here ( http://www.intel.com/cd/software/products/asmo-na/eng/294797.htm#features).
- petter
# 2 Re: New C++ threading library?
You can get some information about (and an evaluation copy of) the Thrading Building Blocks here (http://www.intel.com/cd/software/products/asmo-na/eng/294797.htm#features).
- petter
Little on the expensive side...$299 but the code looks easier (what I can see in the tiny picture) but performance is NOT any better than MS stuff until you have more than 3 CPU's.
D'load eval...will report back later on trial...thanks for the info petter
Vanaj at 2007-11-9 14:00:05 >

# 3 Re: New C++ threading library?
D'load eval...will report back later on trial...thanks for the info petter
This is all done in STL...all my stuff is using MFC so I will stay with what I have for now and let someone else with a STL Multi-Threaded project test this one out...
Vanaj at 2007-11-9 14:01:03 >
