I wrote some benchmarks for some things I was curi...
# kotlin-native
l
I wrote some benchmarks for some things I was curious about with Kotlin/Native. The results seemed interesting. www.github.com/LandryNorris/KotlinNativeBenchmarks
👀 3
I found it interesting the difference between object and extension functions. I always imagined them as largely equivalent performance-wise.
Looks like fibonacci took a decent performance hit in 1.7.20, I ran it multiple times and saw the same results.
f
Do you have a document going over the results?
l
I pushed the results in a reports folder, organized by compiler version
I wanted to check the 1.6.x versions, but had trouble getting kotlinx benchmark to work with it.