Session Details
Week 5,
Session 15 — Thu Apr 7
Reading
-
Java ForkJoin Intro read, but no need to install anything
HW Due
-
HW 14
Topics
-
Merge sort recap
-
Intro. to function objects,
Comparable
-
Intro. to Fork-Join
Resources
-
Slides
-
Javadocs on fork-join framework
-
For the curious, these papers offer a deeper look at the fork-join framework. They're written for experts, but you might find them interesting:
Outline
-
[5 min] Questions
-
[10 min] Sorting recap
-
[5 min] Function objects intro.
-
[30 min] Programming exercise on Comparator
-
[5 min] Break
-
[10 min] Intro. to paralllel programming with fork/join
-
[40 min] Fork/join lab
HW Assigned
-
HW 15