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

Update transitive closure on disk #184

Open
quoll opened this issue Jun 29, 2021 · 0 comments
Open

Update transitive closure on disk #184

quoll opened this issue Jun 29, 2021 · 0 comments

Comments

@quoll
Copy link
Contributor

quoll commented Jun 29, 2021

Ticket #182 demonstrated that chain walking for transitive closures is not appropriate. This needs to be done on disk as well.

Check that [? :v ?] works correctly on disk (it was wrong in memory).

Update [? :v :v] and [:v :v ?] to use the the [? :v ?] algorithm.

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