Java Parallel Streams Internals: Parallel Processing w/the Common Fork-Join Pool (Part 2)
This video shows how to apply the common fork-join pool in the context of a program that sums thesize of all files reachable froma root folder in a recursivedirectory hierarchy. The code for this example is available in open-source form from github.com/douglascraigschmidt/LiveLessons/tree/master/Folders/ForkJoin.
This video shows how to apply the common fork-join pool in the context of a program that sums thesize of all files reachable froma root folder in a recursivedirectory hierarchy. The code for this example is available in open-source form from github.com/douglascraigschmidt/LiveLessons/tree/master/Folders/ForkJoin.