Главная
Study mode:
on
1
Introduction
2
What is CompletableFuture
3
HTTP Client
4
Block in API
5
Wait
6
Cache Thread Pool
7
Preventing Blocking
8
Compose
9
Examples
10
Performance
11
How it works
12
Complete
13
Sync
14
Results
15
Chaining
16
Threads
17
Executors
18
Completion Stage
19
Campos
Description:
Explore the intricacies of asynchronous programming in Java with CompletableFuture in this 45-minute conference talk by Oracle's Sergey Kuksenko. Delve into the internal workings of CompletableFuture, going beyond its public API to uncover performance optimization techniques based on real project experience. Learn how to create efficient asynchronous APIs, prevent blocking, and leverage features like HTTP Client, caching thread pools, and completion stages. Gain insights into composing and chaining operations, understanding executor behavior, and implementing synchronous result completion for enhanced performance in your Java applications.

Asynchronous API with CompletableFuture - Performance Tips and Tricks

Java
Add to list