Skip to content

Speed up dependency extraction for Python projects. #165

Description

@jianzs

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions