Join Slack
Powered by
I wrote some benchmarks for some things I was curi...
# kotlin-native
l
Landry Norris
10/14/2022, 6:00 PM
I wrote some benchmarks for some things I was curious about with Kotlin/Native. The results seemed interesting.
www.github.com/LandryNorris/KotlinNativeBenchmarks
👀 3
Landry Norris
10/14/2022, 6:01 PM
I found it interesting the difference between object and extension functions. I always imagined them as largely equivalent performance-wise.
Landry Norris
10/14/2022, 6:02 PM
Looks like fibonacci took a decent performance hit in 1.7.20, I ran it multiple times and saw the same results.
f
Fudge
10/15/2022, 11:24 PM
Do you have a document going over the results?
l
Landry Norris
10/15/2022, 11:25 PM
I pushed the results in a reports folder, organized by compiler version
Landry Norris
10/15/2022, 11:26 PM
I wanted to check the 1.6.x versions, but had trouble getting kotlinx benchmark to work with it.
7
Views
Open in Slack
Previous
Next