You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I change delay(1000) to delay(10)
Every DefaultDispatch thread will cost more than 40% each CPU core
As the result of profile tool, most CPU waste in findTask
Why the performance is so terrible?
The text was updated successfully, but these errors were encountered:
I use kotlin 1.3.50 and coroutines 1.3.1 on android
this is my simple code
CPU usage:

CPU usage will raise up to 30% every second
If I change delay(1000) to delay(10)

Every DefaultDispatch thread will cost more than 40% each CPU core
As the result of profile tool, most CPU waste in findTask
Why the performance is so terrible?
The text was updated successfully, but these errors were encountered: