Is there an issue I can track for improvements to ...
# coroutines
d
Is there an issue I can track for improvements to the dispatchers scheduling behavior? Still looks like it very aggressively wakes threads and burns a ton of CPU when just a couple of threads could handle the workload (don't see anything here for a while now https://github.com/Kotlin/kotlinx.coroutines/issues/840)
k
i don't know if we have the same problem, but this branch has done wonders for my CPU usage: https://github.com/Kotlin/kotlinx.coroutines/tree/scheduler-changes
looking forward to it being merged
d
Oh yeah, thanks Kevin, that’s exciting