Understanding parallel programming

Parallel programming, as the name suggests, is just a program running in such a way that instances of that program are running simultaneously multiple times.

Concurrent programming, on the other hand, is very similar to parallel programming, but with the difference that tasks never happen together.

Get Learn ECMAScript - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.