-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
HostnameResolver
class initialization is pretty heavy
#5429
Labels
Comments
That's possible, if you'd like to contribute such an enhancement, please go ahead and send a PR (ideally with a benchmark) |
I'll keep it on my radar |
#5439 is what I have in mind |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This class is loaded as part of the initialization of
AddressResolverOptions
, but the way it tries to extract thendots
androtate
configuration is pretty heavy (and shows up in flamegrapahs for startup of a Quarkus application).I believe it could be made to not use regular expressions and also pull all the options in a single pass, no?
The text was updated successfully, but these errors were encountered: