JPDev@programming.dev to Programmer Humor@programming.dev · 2 years agoHeaviest things known to manlemmy.worldimagemessage-square7linkfedilinkarrow-up1255arrow-down120cross-posted to: programmerhumor@lemmy.ml
arrow-up1235arrow-down1imageHeaviest things known to manlemmy.worldJPDev@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square7linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up15·2 years agoMeanwhile me, and my 2gb debug build folder in rust. The app itself is 100mb on debug…
minus-squareFal@yiffit.netlinkfedilinkEnglisharrow-up7arrow-down1·2 years agoAt least it’s not needed at runtime. The node modules are, right?
minus-squareFiniteLooper@lemm.eelinkfedilinkEnglisharrow-up11·2 years agoNot all of them, no. Some are just to build or run development only tools.
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up1·2 years 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