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

Memoize unification to speed up URE #19

Open
ngeiswei opened this issue Nov 19, 2018 · 1 comment
Open

Memoize unification to speed up URE #19

ngeiswei opened this issue Nov 19, 2018 · 1 comment

Comments

@ngeiswei
Copy link
Member

One source of computational overhead in the URE is the unification between rule conclusions and targets when going backward, or rule premises and sources when going forward.

Often the same unification operation is carried over. Add to that, unification is stateless. Thus is a perfect candidate for memoization.

@ngeiswei
Copy link
Member Author

@linas linas transferred this issue from opencog/atomspace Jul 26, 2019
ngeiswei pushed a commit to ngeiswei/ure that referenced this issue Jun 21, 2020
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