Jump to content

User:Sbbhuva/sandbox/Program Level Parallelism

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Sbbhuva (talk | contribs) at 22:56, 5 September 2016 (Added Intro). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Program Level Parallelism is a type of parallelism which involves the usage of the concepts of task oriented parallelism and multi-threading. This helps in increasing the throughput of the processor by helping to increase the net amount of useful work done in the same time frame.


References