Intel Threading building blocks for C++

Daniel de Kok me at danieldk.eu
Fri Dec 4 00:41:03 PST 2009


On 2009-12-03 04:34:31 +0100, Nick B <"nick_NOSPAM_.barbalich"@gmail.com> said:
> See
> 
> http://www.threadingbuildingblocks.org/
> 
> 
> Does any know anything about the library ?
> 
> This library seems  to do a lot of things that this community whats to 
> do with D, although it is written in C++.
> 
> It seems to allow the user to write code that will run of multiple cores
> 
> Any downside or issues ?

I read the book a bit. It is quite inconvenient that you need yet 
another set of containers and functions. Currently, I am more in favor 
of making the standard algorithms parallel when requested. It should be 
painless, without rewriting too much code.

-- Daniel




More information about the Digitalmars-d mailing list