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

Implement top-down evaluation #176

Closed
anakrish opened this issue Mar 10, 2024 · 0 comments · Fixed by #177
Closed

Implement top-down evaluation #176

anakrish opened this issue Mar 10, 2024 · 0 comments · Fixed by #177
Labels
feature perf Performance of regorus

Comments

@anakrish
Copy link
Collaborator

Regorus currently evaluates all the rules in a policy for a given query.
Evaluating only the rules that are needed has the following benefits

  • Speed
  • Easier to debug since only the print statements in relevant rules will be executed.
@anakrish anakrish added feature perf Performance of regorus labels Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature perf Performance of regorus
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant