Parallel Streams, CompletableFuture, and All That: Concurrency in Java 8

preview_player
Показать описание
Kenneth Kousen, President, Kousen IT, Inc.

Рекомендации по теме
Комментарии
Автор

This video should be watched by every serious Java developer

SoyJayP
Автор

I enjoyed this, I do a bit of parallel stream processing myself here and there but still learned a few things here. The speaker really packs a lot of good info into this talk.

sixbrx
Автор

thanks a lot, This video should be watched by every serious Java developer

SpiritOfIndiaaa
Автор

This is a really good explaination of using CompletableFuture and parallel streams

pravinjain
Автор

Interesting to note that the forkJoin pool sets the number of runnables equal to the cpu cores.

benjamine.ndugga
Автор

hi, when should i use Project Loom instead of Reactive

hoangbach
Автор

@Java can you guys please share the ppt here :) love the video

hashcodehub
Автор

I'm a bit confused - Kenneth said that parallelism is not worth it on simple operations like sums even on 10 millions of elements - I've tried immediately with JMH with array of one million random elements just sum() of stream and parallel was ten times faster..

DanilErofeev
Автор

amazing video Iam watching at 2023 I hope they released better mac's😂😂😂😂 20:10

TawfikShalash
Автор

Completablefuture is also blocking, until first task is completed second task will not start if second task depends upon first task output... Please explain

DeepakPandey-ijbz
Автор

Why didn't we name it 'concurrentStream' instead of 'parallelStream'?

pradeeshbm
Автор

beginners you can skip this exp 3+ u shud watch this

TomarSahab