Traversing Large Recursive Directories with the Java Fork-Join Framework and Parallel Streams.

Опубликовано: 28 Июль 2026
на канале: Douglas Schmidt
864
23

This video shows how to use various Java mechanisms (including the Java fork-join pool framework and sequential/parallel streams framework) to count the number of files in a large recursively-structured folder hierarchy, as well as calculate the cumulative sizes of all the files.