Skip to content

Conversation

@slobodanadamovic
Copy link
Contributor

Backports the following commits to 8.9:

This change avoids unnecessary substring allocations and recursion calls when more than two consecutive wildcards (`*`) are detected. Instead skipping and calling a method recursively, we now try to skip all consecutive `*` chars at once.
@slobodanadamovic slobodanadamovic added :Core/Infra/Core Core issues without another label >enhancement 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 Aug 4, 2023
@elasticsearchmachine elasticsearchmachine merged commit b1e9d1a into elastic:8.9 Aug 4, 2023
@slobodanadamovic slobodanadamovic deleted the backport/8.9/pr-98176 branch August 4, 2023 08:45
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 >enhancement Team:Core/Infra Meta label for core/infra team v8.9.1

2 participants