Parallel Extensions: Difference between revisions

Content deleted Content added
Line 27:
*[[Concurrency and Coordination Runtime]]
*[[Joins (concurrency library)|Joins]]
*[[Cilk]]/[[Cilk Plus]] - comparable technology for C and C++
*[[Grand Central Dispatch]] - comparable technology in [[Mac OS X 10.6]] developed by [[Apple Inc.|Apple]].
*[[Java Concurrency]] - comparable technology in [[Java (software platform)|Java]] (also known as [[JSR 166]]).
*[[Threading Building Blocks]] (TBB) - comparable technology for C++ available for many systems created originally by Intel (also open source)
*[[Thread pool pattern]]
*[[Task parallelism]]
*[[ReactiveX]] (Reactive Extensions)
 
==References==