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 for move_item being horribly slow #2476

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

v-ein
Copy link
Contributor

@v-ein v-ein commented Feb 9, 2025


name: Pull Request
about: Create a pull request to help us improve
title: Fix for move_item being horribly slow
assignees: @hoffstadt


Closes #2343

Description:
This PR removes useless repetitive lookups in AddRuntimeChild, which is called by move_item. It makes move_item orders of magnitude faster.

Concerning Areas:
None.

@hoffstadt
Copy link
Owner

Great work!

@hoffstadt hoffstadt merged commit 2b171ca into hoffstadt:master Feb 14, 2025
4 checks passed
@v-ein v-ein deleted the bugfix/2343-move-item-slow branch February 16, 2025 19:35
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.

move_item is horribly slow
2 participants