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...
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)
Most helpful comment
Fixed by #1424 - now performance is identical to C (in this test)