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

opt3: deduplicate_primitives #222

Merged
merged 2 commits into from
Oct 1, 2024
Merged

opt3: deduplicate_primitives #222

merged 2 commits into from
Oct 1, 2024

Conversation

msm-cert
Copy link
Member

@msm-cert msm-cert commented Oct 1, 2024

// This optimization gets rid of duplicated primitive queries.
// AND(a, a, a, a, b, b) == AND(a, b)
// This also applies to OR(), but it'll happen very rarely.

@msm-cert msm-cert merged commit 18a45d8 into master Oct 1, 2024
5 checks passed
@msm-cert msm-cert deleted the perf/opt3 branch October 1, 2024 13:14
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