language-icon Old Web
English
Sign In

Parallel algorithm

In computer science, a parallel algorithm, as opposed to a traditional serial algorithm, is an algorithm which can be executed a piece at a time on many different processing devices, and then combined together again at the end to get the correct result. In computer science, a parallel algorithm, as opposed to a traditional serial algorithm, is an algorithm which can be executed a piece at a time on many different processing devices, and then combined together again at the end to get the correct result. Many parallel algorithms are executed concurrently – though in general concurrent algorithms are a distinct concept – and thus these concepts are often conflated, with which aspect of an algorithm is parallel and which is concurrent not being clearly distinguished. Further, non-parallel, non-concurrent algorithms are often referred to as 'sequential algorithms', by contrast with concurrent algorithms.

[ "Algorithm", "Theoretical computer science", "Distributed computing", "Parallel computing", "Programming language", "recursive doubling", "Explicit multi-threading", "Prefix sum", "massively parallel algorithms", "Heterogeneous Element Processor" ]
Parent Topic
Child Topic
    No Parent Topic