Hacker News new | ask | show | jobs
by jakswa 1065 days ago
This linker noticeably improves rust development happiness on an exploratory, chunky repo of mine that is trying to be a big ole web monolith (uses SeaORM and axum/tokio). You don't want to know the size of my `target` directory, but incremental builds are snappier!
1 comments

I need to play around with mold:

  15:55 $ du -Hs --si target/
   11G    target/
just in case I confused: i'm not sure mold helps with the size of that directory :D. I was commenting on how big my rust repo is really, just saying that mold seems to help big builds like mine