Task parallelism: Difference between revisions

Content deleted Content added
m Example: add definition of SPMD
Language support: added content
Tags: Mobile edit Mobile web edit
Line 59:
* C++ (Open Source/MIT): [https://github.com/cpp-taskflow/cpp-taskflow Cpp-Taskflow]
* C, C++, Objective-C (Apple): [[Grand Central Dispatch]]
* Common Lisp: [https://lparallel.org/ lparallel], [https://github.com/lmj/lfarm/blob/master/README.md lfarm]
* D: [[Task (computing)|tasks]] and [[Fiber (computer science)|fibers]]
* Go: [[goroutine]]s