seachicken / gh-poi

✨ Safely clean up your local branches
https://dev.to/seachicken/safely-clean-up-your-local-branches-9i3
MIT License
673 stars 19 forks source link

Improve performance for very large repositories #85

Closed SuperSandro2000 closed 1 year ago

SuperSandro2000 commented 2 years ago

When running gh poi --dry-run on a really big repository like https://github.com/NixOS/nixpkgs/ with a grant total of 170k+ pull requests it takes a really long time. Could this be speed up?

seachicken commented 2 years ago

Thanks for the report 😃 It seems very slow, with a long history of committing. I will try to see if I can speed up.

seachicken commented 1 year ago

Speed has been improved. You can try gh ext upgrade poi. Let me know if you still find it slow.

SuperSandro2000 commented 1 year ago

Thanks, now it finishes in just a minute.