Valery Mironov
Company: ArangoDB
One of the main ways to write asynchronous concurrent code is Task Parallelism.
There are several approaches to implementing Task Parallelism. The most relevant approach is Stackless Coroutines. Unfortunately, it is not available to developers until C++20, and the library for it probably won't appear even in C++23. But there are other approaches: Fibers, Actor Model, Futures.
Valery will talk about Futures and which optimizations can be used to implement them using the open-source library https://github.com/YACLib/YACLib as an example.
The talk will cover the following topics:
Company: ArangoDB
Company: New Cloud Technologies (MyOffice)