Skip to content

Use lookup table so FindNode is O(1) vs O(N²) - #349

Open
stuartcarnie wants to merge 1 commit into
KhronosGroup:mainfrom
stuartcarnie:fix_performance
Open

Use lookup table so FindNode is O(1) vs O(N²)#349
stuartcarnie wants to merge 1 commit into
KhronosGroup:mainfrom
stuartcarnie:fix_performance

Conversation

@stuartcarnie

@stuartcarnie stuartcarnie commented Aug 2, 2026

Copy link
Copy Markdown

This patch was applied to Godot to reduce CPU time of a given project from 7.24s to 544ms:

I have verified all the tests pass.

This patch was applied to Godot to reduce CPU time of a given
project from 7.24s to 544ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant