-
Notifications
You must be signed in to change notification settings - Fork 13
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
Implemented a transitive closure that uses less intermediate containers #236
Merged
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 05f0d6b - Browse repository at this point
Copy the full SHA 05f0d6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00591c9 - Browse repository at this point
Copy the full SHA 00591c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1e32e2 - Browse repository at this point
Copy the full SHA b1e32e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b10cece - Browse repository at this point
Copy the full SHA b10ceceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90ec6ea - Browse repository at this point
Copy the full SHA 90ec6eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb3569e - Browse repository at this point
Copy the full SHA cb3569eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9aaedd - Browse repository at this point
Copy the full SHA b9aaeddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7233d35 - Browse repository at this point
Copy the full SHA 7233d35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6862703 - Browse repository at this point
Copy the full SHA 6862703View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ea42ee - Browse repository at this point
Copy the full SHA 2ea42eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3e1a47 - Browse repository at this point
Copy the full SHA e3e1a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 337de0a - Browse repository at this point
Copy the full SHA 337de0aView commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 209ba1d - Browse repository at this point
Copy the full SHA 209ba1dView commit details
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c173be - Browse repository at this point
Copy the full SHA 7c173beView commit details -
Configuration menu - View commit details
-
Copy full SHA for efd2ee7 - Browse repository at this point
Copy the full SHA efd2ee7View commit details -
measured and compared two closure algorithms for different sizes and …
…shapes of relations. The depth first pretty much always wins, except for small graphs which are one big long chain. Since this never really happens, we go for the depth first version always
Configuration menu - View commit details
-
Copy full SHA for e157760 - Browse repository at this point
Copy the full SHA e157760View commit details -
Configuration menu - View commit details
-
Copy full SHA for 862e33e - Browse repository at this point
Copy the full SHA 862e33eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac07452 - Browse repository at this point
Copy the full SHA ac07452View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60ecedf - Browse repository at this point
Copy the full SHA 60ecedfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad6e05c - Browse repository at this point
Copy the full SHA ad6e05cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.