#rustup #download #concurrently #happen #time #toolchain #untar

已删除 fast-rustup

Rustup,但下载和解包是并发发生的

0.0.1 2024年1月8日
0.0.0 2023年12月8日

#11 in #concurrently

MIT/Apache

2KB

fast-rustup

尝试为Rustup提供一个不同的架构,该架构可以并发执行下载和安装。

这与Rustup不同,Rustup每次只下载一个组件,然后逐个解包。参见 rustup#731

rustup

$ rustup toolchain remove nightly-2024-01-01
$ time rustup toolchain install nightly-2024-01-01
17.9 seconds

fast-rustup

$ git clone https://github.com/dtolnay/fast-rustup
$ cd fast-rustup
$ cargo build --release
$ rustup toolchain remove nightly-2024-01-01
$ time target/release/fast-rustup nightly-2024-01-01
5.4 seconds

许可证

根据您的选择,在Apache许可证,版本2.0MIT许可证下授权。
除非您明确说明,否则根据Apache-2.0许可证定义,您有意提交以包含在此crate中的任何贡献,均应按上述方式双重许可,不附加任何额外条款或条件。

无运行时依赖