Explicit parallelism: Difference between revisions

Content deleted Content added
+cat
Balix (talk | contribs)
mNo edit summary
Line 10:
parallel programmer takes advantage of explicit parallelism to produce
very efficient code. However, programming with explicit parallelism is often difficult, especially for
non computing professionalsespecialists, because of the extra work involved in planning
the task division and sinchronization of concurrent processes.