ScoopInstaller / Install

📥 Next-generation Scoop (un)installer
https://get.scoop.sh
The Unlicense
742 stars 94 forks source link

fix(perf): disable progress bar to improve Expand-Archive performance #42

Closed r15ch13 closed 1 year ago

r15ch13 commented 1 year ago

The progress bar in powershell slows down Expand-Archive. Disabling it reduces the installation time from ~1m to around <10sec. (Windows Sandbox, 1Gbits Internet speed)

Before: with-progress

After: without-progress