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

Java optimizations #5248

Closed
wants to merge 3 commits into from
Closed

Conversation

pizzi80
Copy link
Contributor

@pizzi80 pizzi80 commented Jun 20, 2023

  • Generics
  • for loop
  • lambda expression
  • Java style array declaration instead of C-style
  • List.of() / Set.of()
  • Collections.emptyIterator()
  • Boolean.TRUE
  • Objects.equals

+ Java style array declaration instead of C-style

Signed-off-by: pizzi80 <[email protected]>
+ Generics
+ for loop
+ lambda expression
+ Java style array declaration instead of C-style
+ List.of() / Set.of()
+ Collections.emptyIterator()
+ Boolean.TRUE
+ Objects.equals

Signed-off-by: pizzi80 <[email protected]>
@pizzi80 pizzi80 closed this Jun 20, 2023
@pizzi80 pizzi80 deleted the 4.1.0_optimizations branch June 20, 2023 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant