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

Optimise IntersectStree for matching subject literals #6446

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

neilalexander
Copy link
Member

In the case that IntersectStree yields subject literals instead of wildcards, then using Find on the stree is much cheaper than using Match. This should help codepaths like NumPendingMulti.

Signed-off-by: Neil Twigg [email protected]

@neilalexander neilalexander requested a review from a team as a code owner February 3, 2025 16:50
@neilalexander neilalexander marked this pull request as draft February 3, 2025 16:51
Copy link
Member

@derekcollison derekcollison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@neilalexander neilalexander marked this pull request as ready for review February 3, 2025 17:37
@derekcollison derekcollison merged commit 4e01ef6 into main Feb 4, 2025
5 checks passed
@derekcollison derekcollison deleted the neil/intersectstree branch February 4, 2025 00:16
neilalexander added a commit that referenced this pull request Feb 6, 2025
Includes the following:

- #6406
- #6412
- #6408
- #6416
- #6425
- #6424
- #6438
- #6439
- #6446
- #6447
- #6448
- #6449
- #6450
- #6451
- #6452
- #6453
- #6456
- #6458
- #6457
- #6459
- #6460
- #6461

Signed-off-by: Neil Twigg <[email protected]>
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.

2 participants