this post was submitted on 06 Mar 2026
24 points (100.0% liked)
Rust
7839 readers
5 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
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
view the rest of the comments
zramso swapping doesn't immediately slow things to a crawl.cargo check, often. You don't need to always compile.release-devprofile that inheritsrelease, use cranelift for codegen in it, and turn offlto.Otherwise, it would be useful to know what kind of system you're running, and how is the system load without any rust dev involvement. It would also be helpful to provide specifics. Your descriptions are very generic and could be entirely constructed from rust memes.