Quick tip: if you're on macOS, exclude your terminal from GateKeeper. GateKeeper can cause Rust builds to be slower by a few seconds for each iteration. I learned about this recently and added it to the "compile times blog post": Thanks to the teams at cargo-nextest and @npub1zxth...pwx0 for mentioning. #rustlang
Here's the post I wish I had when I first started programming. If you know someone just beginning to code (especially students), maybe pass this along? Would've saved me a lot of head-scratching and "why didn't anyone tell me this earlier?" moments. #development #blogpost
I got lots of questions about slow Rust builds on GitHub CI lately. Therefore, I wrote down a few tips that might help you make your builds much faster! 🏎 Here's the post: Let me know if I missed any tips and I'll add them to the post. #rustlang #rust #github