Is there any performance comparison between kotlin generated js and handwritten js? We want some performance benchmark before compiling our business logic written in kotlin into javascript.
a
Andrey Tabakov
10/26/2022, 7:34 PM
I don’t have any statistics, but I use kotlinJS in production. I’ve seen a generated code. It’s always a compromise.
Is it slower? - I think yes, but you will get a lot of kotlin features such as really type-safe code