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

Reduce allocation overhead in mania's ColumnFlow #26790

Merged
merged 2 commits into from Jan 30, 2024

Conversation

EVAST9919
Copy link
Contributor

The main hot path is that ColumnFlow.Content is used to determine ReceivePositionalInputAt and thus being called every frame.
Regressed during refactoring in 018523a, before that we were using just plain children of a FillFlowContainer without ToList().

master pr
master pr

@peppy peppy merged commit fc8fdb5 into ppy:master Jan 30, 2024
13 of 17 checks passed
@EVAST9919 EVAST9919 deleted the mania-columns-alloc branch January 30, 2024 03:56
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

2 participants