fboender / multi-git-status

Show uncommitted, untracked and unpushed changes for multiple Git repos
MIT License
470 stars 73 forks source link

Very slow lately #49

Open danispringer opened 2 years ago

danispringer commented 2 years ago

Even with depth set to 1. What flag should I try? What info should I provide here? Thanks Dani

aminya commented 2 years ago

The same problem here. Too slow to be usable. Getting the status in a fresh clone of multi-git-status takes 21 seconds

$ time ./mgitstatus
.: ok

real    0m 20.952s
user    0m 0.211s
sys     0m 0.771s
aminya commented 2 years ago

Just tested #43. It is 20 times faster! https://github.com/ceremcem/multi-git-status

$ time ./mgitstatus
.: ok

real    0m 1.516s
user    0m 0.271s
sys     0m 0.482s
danispringer commented 1 year ago

@fboender bump