Oooh K/N compiler performance boost in new release...
# kotlin-native
d
Oooh K/N compiler performance boost in new release! Has anyone tried it yet?
3
🎉 3
u
K/N compiler performance boost in new release!
Was it announced? did i miss anything?
d
It's in the blog post.
u
Found it eventually: “Finally, we are happy to share that the Kotlin/Native compiler and the interop tool performance has been improved in this release.” Does it mean compiler works faster or generated code works faster? Seems to be former
d
Yeah I think (and hope) so too.
Yeah, K/N changelog states it's the former.
u
“Compilation speed improvements”, yup
n
Been waiting forever for a faster compiler ⏲️ . Good timing since Kotlin Native is being evaluated for a commercial project (a custom IoT based back-end). Do the compiler performance improvements cover incremental compilation?
d
No, my gut tell me we won't be seeing that until Kotlin 1.4.
😞 1
n
Can confirm that compile times are shorter simple smile . With a PC (equipped with a Intel i5, and SSD) running Linux Mint 19 a simple Kotlin Native program takes around 10 seconds to compile, instead of around 30 seconds which cuts compile times by over 50%. A big thank you goes out to the Kotlin Native team for improving compiler performance 👏.