Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance poor when detached and origin has many branches #1

Open
jscheid-ventana opened this issue Apr 2, 2024 · 0 comments
Open

Comments

@jscheid-ventana
Copy link

The algorithm here https://github.com/amykyta3/git-me-the-url/blob/main/gitmetheurl/base.py#L143 can take a very long time to process. This is apparent when operating with detached HEAD and an origin with many branches. In our case >2000 branches and the operation look several minutes.

This was discovered in our CI where the processing is done detached. There I don't think we have an option to stay attached to a branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant