JPDev@programming.dev to Programmer Humor@programming.dev · 9 months agoHeaviest things known to manlemmy.worldimagemessage-square7fedilinkarrow-up1145arrow-down112cross-posted to: [email protected]
arrow-up1133arrow-down1imageHeaviest things known to manlemmy.worldJPDev@programming.dev to Programmer Humor@programming.dev · 9 months agomessage-square7fedilinkcross-posted to: [email protected]
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up10·9 months agoMeanwhile me, and my 2gb debug build folder in rust. The app itself is 100mb on debug…
minus-squareFal@yiffit.netlinkfedilinkEnglisharrow-up5arrow-down1·9 months agoAt least it’s not needed at runtime. The node modules are, right?
minus-squareFiniteLooper@lemm.eelinkfedilinkEnglisharrow-up9·9 months agoNot all of them, no. Some are just to build or run development only tools.
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up1·9 months agoWell… Compilation is just mixing everything up into a runtime package… If you don’t count tree shaking out unused stuff and non activated features, what you have is literally everything bundled in
Meanwhile me, and my 2gb debug build folder in rust.
The app itself is 100mb on debug…
At least it’s not needed at runtime. The node modules are, right?
Not all of them, no. Some are just to build or run development only tools.
Well… Compilation is just mixing everything up into a runtime package…
If you don’t count tree shaking out unused stuff and non activated features, what you have is literally everything bundled in