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

clause grafting is slow #188

Closed
gares opened this issue Jul 12, 2023 · 1 comment
Closed

clause grafting is slow #188

gares opened this issue Jul 12, 2023 · 1 comment

Comments

@gares
Copy link
Contributor

gares commented Jul 12, 2023

Internally we use insertion sort, but even worse we use it on the whole prgoram, not just the predicate in question.
Note that there are use cases for grafting after another predicate (coq-elpi tc solver), but they are not essential.

@gares
Copy link
Contributor Author

gares commented Sep 19, 2024

This is greatly improved in #265 since we insertion-sort only withing clauses of the same predicate and, depending on the indexing directives/modes, in the same bucket.

@gares gares closed this as completed Sep 19, 2024
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