SW StudyWalks

Computer Science  /  CS 0203  ·  Atom · ~20 seconds

Parallel Programming

Video not yet published
to the StudyWalks catalog
State

Parallel programming divides a program's task into parts that execute on multiple cores or computers at the same time — bigger tasks split small, processed together.

Show

A rail yard turning one long train into parallel loading tracks moves the same freight sooner.

Watch for

The dividing is the programmer's work; the hardware only offers.