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

Localize use of PatternMatchEngine #2453

Merged
merged 9 commits into from
Dec 26, 2019
Merged

Localize use of PatternMatchEngine #2453

merged 9 commits into from
Dec 26, 2019

Conversation

linas
Copy link
Member

@linas linas commented Dec 26, 2019

Due to historical design reasons, the PatternMatchEngine had invasively invaded
too many corners of the code. As a result, efforts to parallelize the pattern matcher,
such as #2316 got complicated and off-track. This pull req is part one of a series to
isolate it down to one small area, which will make parallelization much easier to
accomplish.

linas added a commit to linas/opencog that referenced this pull request Dec 26, 2019
@linas
Copy link
Member Author

linas commented Dec 26, 2019

Merging; this needs opencog/opencog#3625 to pass all unit tests.

@linas linas merged commit f2bb3aa into opencog:master Dec 26, 2019
@linas linas deleted the para branch December 26, 2019 14:43
@linas
Copy link
Member Author

linas commented Dec 26, 2019

Ugh. opencog actually requires #2455 to pass...

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

Successfully merging this pull request may close these issues.

1 participant