Boost logo

Boost Users :

Subject: Re: [Boost-users] General design question about threading/concurrency
From: gast128 (gast128_at_[hidden])
Date: 2010-10-25 08:03:46


Julien Martin <balteo <at> gmail.com> writes:

> Thanks gast128,I just installed TBB. Can you please tell me what to look for
(which class, method or concept) in TBB? It is pretty vast...J.
> 2010/10/25 gast128 <gast128 <at> hotmail.com>If u stay on the same computer
(i.e. plain x86 PC with multi cores or multi
> processors), I would recommend Intel's TBB, which splits up tasks
> automatically and tries to keep the processor busy.
> It would be nice if Boost / std C++ would have such a parallellism library
> because it is an addition to using threads.

Hello,

tbb::parallel_for is probably where u will be interested in if the individual
tasks are truely independent.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net