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

Make some practically static methods static #97565

Merged

Conversation

original-brownbear
Copy link
Member

Another round of automated fixes to this, marking things that can be made static as static. Saves some JIT cycles but also turns some lambdas from capturing to non-capturing and makes the "utilityness" of some classes visible.

Another round of automated fixes to this, marking things that can be
made static as static. Saves some JIT cycles but also turns some lambdas
from capturing to non-capturing and makes the "utilityness" of some
classes visible.
@original-brownbear original-brownbear added >non-issue :Core/Infra/Core Core issues without another label labels Jul 11, 2023
@original-brownbear original-brownbear requested a review from a team as a code owner July 11, 2023 10:38
@original-brownbear original-brownbear requested a review from a team as a code owner October 6, 2023 20:29
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

@elasticsearchmachine elasticsearchmachine added the Team:Core/Infra Meta label for core/infra team label Oct 6, 2023
@original-brownbear
Copy link
Member Author

thanks @smith !

@original-brownbear original-brownbear merged commit b7eafce into elastic:main Oct 6, 2023
@original-brownbear original-brownbear deleted the make-more-things-static branch October 6, 2023 21:37
@original-brownbear original-brownbear restored the make-more-things-static branch November 30, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Core Core issues without another label >non-issue Team:Core/Infra Meta label for core/infra team v8.12.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants