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

Fix slow saving of map previews. #20939

Merged
merged 1 commit into from
Jul 1, 2023
Merged

Conversation

RoosterDragon
Copy link
Member

Avoid quadratic behaviour when searching through actors by creating a dictionary lookup outside the loop.

Fixes #20922

Avoid quadratic behaviour when searching through actors by creating a dictionary lookup outside the loop.
@Mailaender Mailaender merged commit 0c32fca into OpenRA:bleed Jul 1, 2023
3 checks passed
@Mailaender
Copy link
Member

Changelog

@RoosterDragon RoosterDragon deleted the map-perf branch July 1, 2023 11:20
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.

Map preview saving takes incredibly long on massive maps
3 participants