alexcrichton / alexcrichton/curl-rust
Add an option to disable eager initialization of curl
Ouverte
- Langage dominant
- Rust
- Étoiles
- 1.1k
- Forks
- 258
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Initializing curl in turn initializes OpenSSL, which takes up a non-trivial amount of time (~30%) for `rustup which rustc` even though it is wasted effort when rustup doesn't need to download anything after all. Lazily initializing curl when it actually needs to download something would avoid paying the initialization penalty when not necessary.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.