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

Delay the Kotlin Analysis for problems until the Indexing finish #21

Open
gayanper opened this issue Jan 26, 2022 · 0 comments
Open

Delay the Kotlin Analysis for problems until the Indexing finish #21

gayanper opened this issue Jan 26, 2022 · 0 comments

Comments

@gayanper
Copy link
Collaborator

image

The following snippet shows on a large project Indexing and Analysis runs side by side consuming as much CPU as can to finish the work. This doesn't work perfectly on a laptop workstation because we don't have enough free CPU cores to run these tasks parallelly. Runing the indexing first will make sure the user can open files and navigate while we cache the analyzed files. Running the analysis after that will make use of cached files.

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

No branches or pull requests

1 participant