-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
Use AHashMap
for RBMap nodes
and HashMap
input_activity
(reverted)
#101548
Use AHashMap
for RBMap nodes
and HashMap
input_activity
(reverted)
#101548
Conversation
@akien-mga See this comment #101494 (comment) In 4.3, for some reason, two animations are played due to the combination of So if this will be merged in 4.4 we will get 20% faster animation compared to 3.6. Edit: For some reason, it is only for me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not familiar with AHashMap, but doesn't it change the sorting order as the hash seed is changed with each startup? If so, this argument is needed to avoid to change .tres. Resolved as AHashMap doesn't change index order.
Thanks! |
AHashMap
for RBMap nodes
and HashMap input_activity
AHashMap
for RBMap nodes
and HashMap input_activity
(reverted)
AHashMap
for RBMap nodes
and HashMap input_activity
(reverted)AHashMap
for RBMap nodes
and HashMap
input_activity
(reverted)
@Nazarwadim Can you open a new PR with these changes combined with #102376 ? |
Forgot to change in #92554
Gives 15% more FPS on MPR from #101494.
Helps with #101494