Talk type: Talk

A tale of how we did channel algorithm in Kotlin Coroutines

  • Talk in Russian
Presentation pdf

Most programming languages are introducing mechanics of asynchronous programming. Kotlin, for its part, implemented coroutines which use channels to connect with each other. Therefore, high-load applications depend on performance of those channels, which need to be implemented in an effective and scalable way.

In this talk, we'll discuss which channel algorithms other programming languages and libraries use, how we in Kotlin develop our own solution, which challenges and subtle aspects we encounter in the process and what we managed to achieve.

  • #algorithms
  • #concurrency

Speakers

Talks