Is there any performance comparison between kotlin...
# javascript
k
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
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