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

Reuse imports from same repository #328

Open
ArthurSens opened this issue Sep 22, 2022 · 0 comments
Open

Reuse imports from same repository #328

ArthurSens opened this issue Sep 22, 2022 · 0 comments

Comments

@ArthurSens
Copy link
Contributor

We're seeing that users using the Importer interface often import multiple paths from the same repository. The way the installer is built today, it will clone the repository for every single import.

We can optimize speed here if we allow setting multiple paths for the same import, that way we can clone a repository only once.

The task here is to change this field type to string[] instead of string, then update those 2 functions accordingly[1][2]

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

No branches or pull requests

1 participant