snaggen@programming.dev to Rust@programming.devEnglish · 1 year agoWhere Does the Time Go? Rust's Problem with Slow Compilesthenewstack.ioexternal-linkmessage-square9fedilinkarrow-up13arrow-down10
arrow-up13arrow-down1external-linkWhere Does the Time Go? Rust's Problem with Slow Compilesthenewstack.iosnaggen@programming.dev to Rust@programming.devEnglish · 1 year agomessage-square9fedilink
minus-squareTurun@feddit.delinkfedilinkarrow-up1·1 year agoWierd that mold was not mentioned. A significant amount of time is spent in linking. Mold is a new linker that is much faster than the default and a drop in replacement if it works.
minus-squareNithanim@programming.devlinkfedilinkarrow-up1·1 year agoFor my small hobby project compiling was absurdly slow. Switching to mold really cut down on waiting time.
Wierd that mold was not mentioned. A significant amount of time is spent in linking. Mold is a new linker that is much faster than the default and a drop in replacement if it works.
For my small hobby project compiling was absurdly slow. Switching to mold really cut down on waiting time.