Skip to content

Concurrency vs Parallelism

Concurrency vs Parallelism

  • Multiple CPU cores: Parallelism with genuine simultaneous execution
  • Single CPU core: concurrency with interleaving of process in time to give appearance of simultaneous execution.

image

Reference

Released under the MIT License.