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

Improve performance of getting stars by id via binary searches #1355

Merged

Conversation

mike-eason
Copy link
Member

Refactored server code game tick logic (and other places) where we use .find(...) to get a star by ID to instead use the binary search algorithm logic.

@SpacialCircumstances SpacialCircumstances added this to the Update 250.3 milestone Jan 30, 2025
@SpacialCircumstances SpacialCircumstances changed the base branch from master to dev January 30, 2025 22:02
@SpacialCircumstances SpacialCircumstances merged commit f782272 into dev Jan 30, 2025
1 check passed
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.

2 participants