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

Cache: need to cache modified files too #342

Open
Aaronontheweb opened this issue Feb 25, 2025 · 0 comments · May be fixed by #348
Open

Cache: need to cache modified files too #342

Aaronontheweb opened this issue Feb 25, 2025 · 0 comments · May be fixed by #348
Labels
performance Caching and other performance issues.

Comments

@Aaronontheweb
Copy link
Member

Most of the overhead from the cache doesn't come from dependency analysis, it comes from loading the entire solution and iterating over each file. Therefore, we probably also need to start caching the file paths too. Using a compressed bitmap and storing the relative file paths that belong to each project is probably the way to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Caching and other performance issues.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant