Java Parallel Streams Internals: Parallel Processing w/the Common Fork-Join Pool

preview_player
Показать описание
This video describes how the common fork-join pool provides a high performance, fine-grained task execution framework for Java data parallelism that processes chunks created by parallel spliterators.
Рекомендации по теме
Комментарии
Автор

you're a very good teacher, and I benefited a lot from your video.

lukevin
Автор

Great details about internal working. Looking forward for Loom how things change internally once it land integrate with main JDK.

Anbu_Sampath