Fast Rust Builds (2021)

9 airstrike 5 6/20/2025, 12:02:02 PM matklad.github.io ↗

Comments (5)

cbondurant · 5h ago
The mention of syn/serde being a compile time trap strengthens my feeling that having some better tools in the rust standard that make the job of syn/serde easier (compile time reflection being one of them) is probably the single most important improvement that could be made for the health of the rust ecosystem as a whole.

Anything that makes syn and serde run or compile faster will help a large swath of the ecosystem by extension.

moritzruth · 5h ago
Have you heard about facet?

This is its introduction post: https://fasterthanli.me/articles/introducing-facet-reflectio...

7e · 2h ago
Move to rules_rust and Bazel and distribute and fully cache the build. Problem solved.
7e · 2h ago
Move to rules_rust and Bazel and distribute the build. Problem solved.
echelon · 5h ago
I really need to get rid of our dependency on async-stripe. That's 50% of our build time alone.