Java Parallel Streams Internals: Demo’ing Spliterator Performance

preview_player
Показать описание
This video walks through the source code of an example program that demonstrates the performance impact of spliterators for ArrayList (which splits its input efficiently and evenly) vs. LinkedList (which does not split its input efficiently or evenly).
Рекомендации по теме