this post was submitted on 14 Nov 2024
21 points (95.7% liked)

Rust

5999 readers
25 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] voklen@programming.dev 6 points 1 day ago (1 children)

For me the biggest speedup in my workflow was not through actually cutting down on the build time but rather using cargo watch. With cargo watch -x run, it automatically rebuilds and runs on any change so by the time I switch to the terminal it's almost completely ready.

[โ€“] tengkuizdihar@programming.dev 5 points 15 hours ago* (last edited 15 hours ago)

I can imagine this to tank my PC performance, especially on large projects lol