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

Speed up dependency extraction for Python projects. #165

Open
jianzs opened this issue Mar 27, 2024 · 0 comments
Open

Speed up dependency extraction for Python projects. #165

jianzs opened this issue Mar 27, 2024 · 0 comments
Labels
deducer Deducer

Comments

@jianzs
Copy link
Contributor

jianzs commented Mar 27, 2024

Currently, the slow deduction speed is mainly due to the slow dependency extraction, which presents several issues:

  1. Whenever there's a change in one part of the code, almost all business sections need to reinstall dependencies.
  2. Even if dependencies remain unchanged, any code modification requires reinstallation of dependencies.
  3. Repeated dependencies between different closures need reinstallation, even when using pip cache, the installation speed remains slow.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deducer Deducer
Projects
None yet
Development

No branches or pull requests

1 participant