So even when using the dce plugin, the output is o...
# javascript
s
So even when using the dce plugin, the output is over 100kb. Can anything be done about this aside from minifying the files, or is this as good as it gets?
j
In the keynote it was mentioned they expect improvements in 1.4
👍 2
a
Better this one:

https://www.youtube.com/watch?v=L4DRD9eWKXo&list=PLQ176FUIyIUY6SKGl3Cj9yeYibBuRr3Hl&index=15&t=0s

g
Between 100-200kb is pretty good. Minified and gziped that will be even smaller.
s
so that was just for a
println
call
clearly a lot of code is being kept from the stdlib that isn’t necessary
n
really looking forward to 1.4 when all libraries i need switch to the new IR backend.. those improvements in optimizations look sweet