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