This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
📎 Split up xtask into smaller crates #1947
Boshen
started this conversation in
Suggestions
Replies: 2 comments 5 replies
-
How would you suggest to split them up? |
Beta Was this translation helpful? Give feedback.
3 replies
-
I'm going to start working on this. I'm currently waiting forever for everything to compile in xtask 😢 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
The
xtask
crate is getting bloated. This has the side effect of:Rust Compilation speed needs to be engineered, development experience can suffer if we are not careful. We can use
cargo bloat
to watch out for outliers.On my 2015 mac book, Running
cargo bloat --time -j 1
givesxtask and its dependencies are all sitting on the top.
Beta Was this translation helpful? Give feedback.
All reactions