Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add specialized impls for !_ and @not_strictly_false #1176

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

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Jan 14, 2025

Add specialized impls for !_ and @not_strictly_false

Adds custom evaluator steps for !_ and @not_strictly_false as an alternative
for the extension function based implementation. These tend to be called at high
frequency (e.g. .exists and .all, predicates), so they benefit from the reduced overhead.

This is optional since it prevents disabling or extending the operators.

@copybara-service copybara-service bot force-pushed the test_713352836 branch 5 times, most recently from f3dcdfd to 0958915 Compare January 16, 2025 19:31
Adds custom evaluator steps for !_ and @not_strictly_false as an alternative
for the extension function based implementation. These tend to be called at high
frequency (e.g. .exists and .all, predicates), so they benefit from the reduced overhead.

This is optional since it prevents disabling or extending the operators.

PiperOrigin-RevId: 716319261
@copybara-service copybara-service bot merged commit 35ae560 into master Jan 16, 2025
@copybara-service copybara-service bot deleted the test_713352836 branch January 16, 2025 19:45
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