Kotlin-native: Performance (again) :)

Created on 14 Nov 2017  路  4Comments  路  Source: JetBrains/kotlin-native

Here - https://github.com/msink/kotlin-pi - I again measure K/N performance, now in pure numberic calculations, no heap should be used.
But performance still approx 50% worse than in C or JVM. Not so drastic, but...

Most helpful comment

Fixed by #1424 - now performance is identical to C (in this test)

All 4 comments

Thanks for this benchmark Misha, we really appreciate that.

75% of C speed is something many other languages can only dream of

Really 65% (2/3) in this test.
Not so bad, but can be imptoved, I hope.

Fixed by #1424 - now performance is identical to C (in this test)

Was this page helpful?
0 / 5 - 0 ratings