filmov
tv
Traversing Large Recursive Directories with the Java Fork-Join Framework and Parallel Streams.
Показать описание
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.