On 11/06/2013 01:45 PM, Ivanko B wrote:
> It can mainly be useful for parallel-aware languages like Haskell
> (which prevents form creating state-machine applications badly
> compatible with paralleizing ).
BTW.: parallel loop is just the most useful construction for parallelism 
(improving performance for stuff like Vector and Matrix operations). 
multiple instances of the same code are executed by multiple cores. Of 
course in a similar way also parallel execution of different code 
snippets can be implemented, making the language a "parallel-aware 
language".

-Michael

------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to