whyrusleeping / gx

A package management tool
MIT License
1.88k stars 111 forks source link

Evaluate providing a silent version of `installDeps` #196

Open schomatis opened 5 years ago

schomatis commented 5 years ago

That would avoid using the blocking pm.ProgMeter calls, at least inside the goroutines that fetch the packages (GetPackageTo()), which seems especially relevant if the number of goroutines is increased (#195). This is just an idea, I haven't tested whether it actually makes a significant difference.