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

Reduce GC pressure created by ConfigurationPropertyName.toString() #13414

Closed
wilkinsona opened this issue Jun 7, 2018 · 0 comments
Closed

Reduce GC pressure created by ConfigurationPropertyName.toString() #13414

wilkinsona opened this issue Jun 7, 2018 · 0 comments
Assignees
Labels
theme: performance Issues related to general performance type: enhancement A general enhancement
Milestone

Comments

@wilkinsona
Copy link
Member

In an app optimised to avoid the problem described in SPR-16918, ConfigurationPropertyName.toString() contributes to about 2% of GC pressure during startup.

@philwebb philwebb added type: enhancement A general enhancement theme: performance Issues related to general performance labels Jun 7, 2018
jankovd added a commit to jankovd/spring-boot that referenced this issue Jul 25, 2018
Minimize implicit calls to Arrays.copyOf, and remove autoboxing of
chars by using optimal StringBuilder#append overload.

Closes spring-projectsgh-13414
jankovd added a commit to jankovd/spring-boot that referenced this issue Jul 25, 2018
Minimize implicit calls to Arrays.copyOf, and remove autoboxing of
chars by using optimal StringBuilder#append overload.

Closes spring-projectsgh-13414
jankovd added a commit to jankovd/spring-boot that referenced this issue Jul 25, 2018
Minimize implicit calls to Arrays.copyOf, and remove autoboxing of
chars by using optimal StringBuilder#append overload.

Closes spring-projectsgh-13414
@philwebb philwebb self-assigned this Sep 21, 2018
@philwebb philwebb added this to the 2.1.0.M4 milestone Sep 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: performance Issues related to general performance type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants