-
Notifications
You must be signed in to change notification settings - Fork 11
Cargo pre-planning: downloads #12
Comments
ping @withoutboats and @alexcrichton Some starter questions:
|
Regarding cloud build: I think we may want to reuse crater artifact, so integration with crater should be in the mind. |
Sorry I haven't had a lot of time to dig into this, I was planning on revisiting/posting to this after the 2018 edition is out |
Notes from today's Cargo meeting:
|
Alright I've got some time now! I'd like to jot down some thoughts on this... Accelerating builds through cachingI think one of the lowest hanging fruit for making the compiler feel faster is going to be increasing the amount of caching going on in a typical build process. While single-thread performance of the compiler is still important, it's always nice to do no work at all! There's lots of different avenues we can pursue here, and here's what I'd personally think we should tackle in order of priority:
Affecting Cargo's download behaviorAlso mentioned in the OP were a few parts about Cargo not downloading items ore otherwise downloading things from different places. I think these are quite important too, and perhaps orthogonal to the above!
|
cc @withoutboats, @alexcrichton
The text was updated successfully, but these errors were encountered: