this post was submitted on 26 Jan 2024
33 points (94.6% liked)

Rust

7232 readers
18 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
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Turun@feddit.de 12 points 2 years ago (1 children)

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.

[โ€“] Nithanim@programming.dev 5 points 2 years ago

For my small hobby project compiling was absurdly slow. Switching to mold really cut down on waiting time.