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

Improve performance of imported file scan #71441

Merged
merged 1 commit into from Jan 23, 2023

Conversation

KoBeWi
Copy link
Member

@KoBeWi KoBeWi commented Jan 14, 2023

Closes #66901

I optimized _get_imported_files() a bit (now it will abort scan when files are different, not after scanning everything), but it was not enough, so I handled res:// separately.

@reduz
Copy link
Member

reduz commented Jan 21, 2023

As discussed, the best proposed solution should be a RMB item, due to the very bad discoverability of this feature. Maybe besides the optimization, it could be moved to such?

@KoBeWi
Copy link
Member Author

KoBeWi commented Jan 21, 2023

I think it could be done in a separate PR.

@reduz
Copy link
Member

reduz commented Jan 23, 2023

Alright, lets merge this one first

@akien-mga akien-mga merged commit 3720596 into godotengine:master Jan 23, 2023
@akien-mga
Copy link
Member

Thanks!

@KoBeWi KoBeWi deleted the warp_2_scan branch January 23, 2023 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clicking on res:// folder is very slow
3 participants