this post was submitted on 01 Sep 2025
53 points (100.0% liked)

Rust

7572 readers
1 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] Starfighter@discuss.tchncs.de 14 points 3 months ago* (last edited 3 months ago) (1 children)

Good move. Especially for incremental builds linking tends to take up quite a large percentage of the compile time.

I've mostly switched to mold for that reason but having a fast default linker is nice.

[–] thingsiplay@beehaw.org 3 points 3 months ago (1 children)

I didn't know you can change the linker in Rust projects manually.

[–] Starfighter@discuss.tchncs.de 5 points 3 months ago

There are even little interactive tools for it like: cargo-wizard

[–] BB_C@programming.dev 1 points 3 months ago

Brother, some of us already moved from lld to mold to wild already. The project could have waited a little bit, then went with the implemented-in-rust option directly.