how's the js performance with the latest compiler?...
# javascript
b
how's the js performance with the latest compiler? getting kinda fed up with 15s typescript/webpack compile cycles here
r
you are asking about compiler performance or runtime performance?
b
compiler
r
For me it's almost twice as fast. Compiling the whole KVision project - with 1.9.24 - 23 sec, with 2.0.0 - 13 sec.
b
what about the dev compilation cycle?
I suppose those are production build numbers
I've got around 20k lines of typescript so that should be less ideally in kotlin
so roughly comparable I suppose?
r
I haven't migrated any other large project to 2.0.0, so I can't give you any numbers from dev compilations. For smaller, test projects, it seems faster, but it was quite fast earlier as well.