Task Parallelism

Home > Computer Science > Algorithms and data structures > Parallel algorithms > Task Parallelism

In this type of parallel algorithm, large-scale tasks are decomposed into smaller sub-tasks, and each sub-task is assigned to a separate parallel computing unit to be executed simultaneously.