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

Less naive rule reversal #2

Open
vvvvalvalval opened this issue Oct 10, 2016 · 0 comments
Open

Less naive rule reversal #2

vvvvalvalval opened this issue Oct 10, 2016 · 0 comments

Comments

@vvvvalvalval
Copy link
Owner

The current implementation of datalog-rules/reversed is pretty naive, as it only consists of a shallow reversal of the clauses in the body of the rules.

This strategy fails to meet its performance goals as soon as the body of the rule contains nested conjunctions of clauses, e.g in an or-join or not-join. Deeply reversing the body of such clauses may be a better approach.

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