About Parallel Computing in Objective-C
1850
15-Dec-2015
Updated on 24-Sep-2020
Tarun Kumar
15-Dec-2015Parallel computing is a type of computation in which many calculations are carried out simultaneously, operating on the principle that large problems can often be divided into smaller ones, which are then solved at the same time.
Here are some different forms of parallel computing:
- bit-level,
- instruction-level,
- data, and
- task parallelism
Parallel computers can be roughly classified according to the level at which the hardware supports parallelism, with multi-core and multi-processor computers having multiple processing elements within a single machine.