Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Improve compile times #62

Open
JeanMertz opened this issue Nov 17, 2019 · 2 comments
Open

Improve compile times #62

JeanMertz opened this issue Nov 17, 2019 · 2 comments

Comments

@JeanMertz
Copy link
Contributor

TODO: https://internals.rust-lang.org/t/exploring-crate-graph-build-times-with-cargo-build-ztimings/10975

@JeanMertz
Copy link
Contributor Author

Removed bundled libjq dependency in 9201b3d, which shaved off about 40 seconds of compile time.

The down side is that you are now required to have the library installed on your machine before compilation, but this is OK for now.

@JeanMertz
Copy link
Contributor Author

Removed ssh support in git2 in df7d29c, meaning you can no longer clone repositories using the ssh scheme (https still works).

We didn't use this anyway, and it shaves off another ~5 seconds of compilation time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant