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

[8.x] Optimize CachedSupplier a little (#119563) #119878

Merged

Conversation

original-brownbear
Copy link
Member

Backports the following commits to 8.x:

This thing shows up a lot in profiling many-shards searches and fields
caps. This is mainly due to expensive `initResult` but we can at least
get a little better cache behavior here on some architectures by saving
one volatile read.
@original-brownbear original-brownbear added :Core/Infra/Core Core issues without another label >non-issue auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Core/Infra Meta label for core/infra team labels Jan 9, 2025
@elasticsearchmachine elasticsearchmachine merged commit de7bb61 into elastic:8.x Jan 9, 2025
15 checks passed
@original-brownbear original-brownbear deleted the backport/8.x/pr-119563 branch January 9, 2025 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport :Core/Infra/Core Core issues without another label >non-issue Team:Core/Infra Meta label for core/infra team v8.18.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants