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

OrderIO performance improvement #19425

Merged
merged 1 commit into from Jun 9, 2021
Merged

Conversation

reaperrr
Copy link
Contributor

OrderIO.ToOrderList: Skip if frame is empty, which occurs often each client each frame.

Split the part that should be uncontroversial and not conflict with other PRs from #19011.

According to my own measuring, negligible but consistent gains of about 20 stopwatch ticks per tick in singleplayer/shellmap. Not much, but better than nothing.

OrderIO, ToOrderList, skip if frame is empty,
which occurs often each client each frame.
@teinarss
Copy link
Contributor

teinarss commented May 22, 2021 via email

Copy link
Member

@abcdefg30 abcdefg30 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok.

@abcdefg30 abcdefg30 merged commit fc49d69 into OpenRA:bleed Jun 9, 2021
@abcdefg30
Copy link
Member

Changelog

@reaperrr reaperrr deleted the anvil-orderIO-perf branch July 2, 2021 13:22
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.

None yet

5 participants