Open main menu

CDOT Wiki β

Changes

Team Go

443 bytes added, 21:26, 17 December 2017
no edit summary
making progress on more than one task simultaneously is known as concurrency.
'''Concurrency is not parallelism!'''Concurrency is about ''dealing with'' lots of things at once while parallelism is about ''doing'' lots of things at once. Good concurrency can make it easier to parallelize. '''Example:''' A computer running mouse and keyboard drivers, network drivers, printer drivers etc. is an example of concurrency. These could all run on a single core and don't have to be parallelized but they can also be run on separate cores to increase throughput.
32
edits