> 
> As for efficiency (or faster execution, if you want), I don't see the
> point in doubting that tasks like global search (e.g. in a genetic
> algorithm) will complete in less time when run in parallel...


Just a quick note. This statement is incorrect. Parallelization should be done 
at the coarsest level. So if the program is already parallel, and each thread 
is executing your parallel math function, it could indeed be worse.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to