Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize CachedSupplier a little (#119563)
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.
- Loading branch information