Exploring Kotlin’s hidden costs

There are two excellent articles about the internals of some language constructs and their performance implications:

Are there any plans from JetBrains to improve some of the mentioned points?

Here is a great analysis of the actual costs: Kotlin’s hidden costs - Benchmarks. Spoiler: the hidden “costs” are negative in several cases!

1 Like