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

Minor server optimizations #11306

Merged
merged 3 commits into from
Nov 5, 2024
Merged

Minor server optimizations #11306

merged 3 commits into from
Nov 5, 2024

Conversation

yawkat
Copy link
Member

@yawkat yawkat commented Nov 4, 2024

NameUtilsTest takes too long to run as part of the suite, but if we need to optimize another of its methods, it may be useful again.

NameUtilsTest takes too long to run as part of the suite, but if we need to optimize another of its methods, it may be useful again.
@yawkat yawkat added the type: improvement A minor improvement to an existing feature label Nov 4, 2024
@yawkat yawkat added this to the 4.8.0 milestone Nov 4, 2024
Copy link

sonarcloud bot commented Nov 4, 2024

import java.util.regex.Pattern;
import java.util.stream.IntStream;

@Disabled
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disabled?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, see PR text :P

@yawkat yawkat merged commit c8273f7 into 4.8.x Nov 5, 2024
21 checks passed
@yawkat yawkat deleted the low-hanging-fruit branch November 5, 2024 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants