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

Range check uses lookup_any instead of lookup #18

Open
obatirou opened this issue Mar 5, 2024 · 0 comments
Open

Range check uses lookup_any instead of lookup #18

obatirou opened this issue Mar 5, 2024 · 0 comments

Comments

@obatirou
Copy link
Collaborator

obatirou commented Mar 5, 2024

The range check uses function lookup_any which was introduced in PSE fork to allow dynamic lookup by using a table expression. The table used for the range check do not change and is always the same: values from 0 to 2^8-1. Hence a dynamic lookup is not necessary in this context. Usage of lookup should be preferred.

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

No branches or pull requests

1 participant