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

Apply minor polish to RESTEasy Reactive code #24994

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Apr 19, 2022

No description provided.

Comment on lines +41 to +42
for (int i = 0; i < runtimeConfigurableServerRestHandlers.size(); i++) {
runtimeConfigurableServerRestHandlers.get(i).configure(runtimeConfiguration);
Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason why you are doing that? It doesn't look like a hotspot?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's not a hotspot, but we try to limit allocations in RR wherever possible

@gsmet gsmet merged commit d251337 into quarkusio:main Apr 21, 2022
@quarkus-bot quarkus-bot bot added this to the 2.9 - main milestone Apr 21, 2022
@geoand geoand deleted the rr-minor-polish branch April 21, 2022 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants