You must log in or register to comment.
I read the design notes and found them pretty interesting even though I haven’t really been pining for a faster linker: https://github.com/rui314/mold/blob/main/docs/design.md
Parallelize all the things! 🧹
I remember reading about Mold years ago and being impressed, even though most of my programs that I compile don’t really benefit in any way. I appreciate that it kept going.
Cool. Any idea how would i use this with rustc?
deleted by creator
At work we use lld as opposed ld. With ld, the project I work on links in 60-something seconds, with lld it links in less than 6.
Mold is faster than lld. It is absolutely worth it