Closed
Description
After #923 the dependency tree massively increased. The total amount of crates during compilation went from 8 to 36. In particular the "critical path" to compilation now consists of 17 crates as opposed to 5 crates. This means that the url crate is now the sole reason why basically all projects depending on the url crate (indirectly) should now take a whole 20 seconds or so longer to compile than before.
You can compile an entire GUI framework in the time the URL crate compiles now.
Metadata
Metadata
Assignees
Labels
No labels