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

Improve Performance Speed of Generating Report #2

Closed
Justintime50 opened this issue Nov 24, 2020 · 0 comments · Fixed by #6
Closed

Improve Performance Speed of Generating Report #2

Justintime50 opened this issue Nov 24, 2020 · 0 comments · Fixed by #6
Assignees
Labels
enhancement New feature or request

Comments

@Justintime50
Copy link
Owner

Pip Tree takes awhile to run, this is mostly due to the pip show <package> command taking about a half second for each package. This can very quickly add up.

Look into performance gains with Pip Tree by optimizing the code itself and also consider adding concurrently calling each command, appending each to the list, and at the end, sort the list by package name.

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

Successfully merging a pull request may close this issue.

1 participant