Parallel Programming
This video presents the same text shown beside it, spoken and on screen. It adds nothing the text does not say.
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.