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

Add caching of discovered repositories #431

Open
benmss opened this issue Aug 23, 2023 · 0 comments · May be fixed by #263
Open

Add caching of discovered repositories #431

benmss opened this issue Aug 23, 2023 · 0 comments · May be fixed by #263
Assignees
Labels
repository_finder The issues related to the repository finder

Comments

@benmss
Copy link
Member

benmss commented Aug 23, 2023

Currently, every time the Repo Finder is tasked with finding a repository it reaches out to the relevant package manager system, or similar tool; meaning at least one HTTP GET request takes place. Considering that these external requests take a not insignificant amount of time, bypassing them by storing previously found repositories in Macaron's database would lead to a noticeable performance boost during analysis.

@benmss benmss added the repository_finder The issues related to the repository finder label Aug 23, 2023
@benmss benmss self-assigned this Aug 23, 2023
@benmss benmss linked a pull request Aug 23, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
repository_finder The issues related to the repository finder
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants