Join Slack
Powered by
I am fighting with benchmarking different dispatch...
# coroutines
m
marcinmoskala
01/11/2022, 9:08 AM
I am fighting with benchmarking different dispatchers. My only concern now, is that for one CPU-intensive task there is nearly no difference between
Dispatchers.Default
and a dispatcher with 100 threads, when for another there is a huge one. The results and code here:
https://kt.academy/article/cc-dispatchers#performance-of-dispatchers-against-different-tasks
Open in Slack
Previous
Next