Tag: algorithms

How we developed channel algorithms in Kotlin coroutines Most programming languages have been introducing asynchronous programming mechanisms. Kotlin, for its part, implemented coroutines which use channels to communicate with each other. Therefore, high-load applications depend on those channels performance, so they need to be implemented in an efficient and scalable way. In this talk, we [...]
Read more