Computer Programming Software Terms, Glossary and Dictionary

Parallel Computing

Parallel computing is the simultaneous execution of the same task (split up and specially adapted) on multiple processors or multiple computers in order to obtain results faster. The idea is based on the fact that the process of solving a problem usually can be divided into smaller tasks, which may be carried out simultaneously with some coordination. A subtype of parallel algorithms, distributed algorithms are algorithms designed to work in cluster computing and distributed computing environments, where additional concerns beyond the scope of "classical" parallel algorithms need to be addressed.



Related Terms:

Parallel Computing