this post was submitted on 14 Nov 2024
23 points (96.0% liked)

Rust

5999 readers
4 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 2 days 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 2 days ago* (last edited 2 days ago)

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