Skip to content

Checking out the worktree of https://github.com/rust-lang/crates.io-index is way slower than git on Windows #931

Answered by Byron
NobodyXu asked this question in Q&A
Discussion options

You must be logged in to vote

After finally and seemingly (somewhat) successfully switching the Windows VM to aarch64-*msvc I could produce some numbers.

The baseline is set by git itself, and writes are performed to the VM disk which probably isn't the fastest, but it's not sluggish either.

❯ time git clone https://github.com/rust-lang/crates.io-index
Cloning into 'crates.io-index'...
remote: Enumerating objects: 212699, done.
remote: Counting objects: 100% (6062/6062), done.
remote: Compressing objects: 100% (2103/2103), done.
remote: Total 212699 (delta 3906), reused 5953 (delta 3810), pack-reused 206637
Receiving objects: 100% (212699/212699), 115.89 MiB | 11.88 MiB/s, done.
Resolving deltas: 100% (130810/130810),…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@Byron
Comment options

Answer selected by Byron
@NobodyXu
Comment options

@Byron
Comment options

@NobodyXu
Comment options

@NobodyXu
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants