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

Optimize usage of "".equals() #25552

Closed
sbrannen opened this issue Aug 6, 2020 · 1 comment
Closed

Optimize usage of "".equals() #25552

sbrannen opened this issue Aug 6, 2020 · 1 comment
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) in: web Issues in web modules (web, webmvc, webflux, websocket) type: task A general task
Milestone

Comments

@sbrannen
Copy link
Member

sbrannen commented Aug 6, 2020

Investigate claims made in Micro optimizations in Java. String.equals() article.

@sbrannen sbrannen added the type: task A general task label Aug 6, 2020
@sbrannen sbrannen added this to the 5.3 RC1 milestone Aug 6, 2020
@sbrannen sbrannen changed the title Avoid use of "".equals() Optimize usage of "".equals() Aug 6, 2020
@sbrannen
Copy link
Member Author

sbrannen commented Aug 6, 2020

Related to #25553

@sbrannen sbrannen added the status: pending-design-work Needs design work before any code can be developed label Aug 10, 2020
@sbrannen sbrannen self-assigned this Aug 10, 2020
@jhoeller jhoeller added in: core Issues in core modules (aop, beans, core, context, expression) in: web Issues in web modules (web, webmvc, webflux, websocket) and removed status: pending-design-work Needs design work before any code can be developed labels Aug 25, 2020
@jhoeller jhoeller assigned jhoeller and unassigned sbrannen Aug 25, 2020
@jhoeller jhoeller modified the milestones: 5.3 RC1, 5.2.9 Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) in: web Issues in web modules (web, webmvc, webflux, websocket) type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants