We plan to pay special attention to performance, but any bugs have higher priority, i.e. “Works, then Fast”. Otherwise we consider it Feature Complete for 1.0, and any additional features will come in the following releases.
👍 5
e
enleur
10/31/2018, 2:28 PM
I was wondering how inline classes like
Result
would improve performance of coroutines. But according to the benchmark it was not big deal. Am I missing something?
g
gildor
10/31/2018, 3:09 PM
How Result could improve performance of Coroutines?
d
dave08
10/31/2018, 5:39 PM
Avoiding extra boxing.
g
gildor
10/31/2018, 11:14 PM
Boxing of what? Coroutines didn't have additional boxing before Result was used for continuation.
Performance of coroutines can be improved mostly by optimizing compiler and kotlinx implementation