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

ml-matches: skip intersection by world-bounds #49590

Merged
merged 1 commit into from
May 2, 2023

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented May 1, 2023

Should help speed up package loading some, by avoid complicated self-intersections, which would then be filtered out anyways from the returned results. It is not a frequent pattern, but it was observed in occasional cases, and is such an easy, obvious improvement.

Should help speed up package loading some, by avoid complicated
self-intersections, which would then be filtered out anyways from the
returned results. It is not a frequent pattern, but it was observed in
occasional cases, and is such an easy, obvious improvement.
@vtjnash vtjnash merged commit 82f76e8 into master May 2, 2023
@vtjnash vtjnash deleted the jn/intersect-fast-world branch May 2, 2023 15:40
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.

1 participant