opencog / ure

Unified Rule Engine. Graph rewriting system for the AtomSpace. Used as reasoning engine for OpenCog.
Other
54 stars 31 forks source link

Explicitly clear the COW flag on AtomSpaces #123

Closed linas closed 2 years ago

linas commented 2 years ago

I'd like to change the default AtomSpace behavior to be copy-on-write. However, the chainer design seems to expect overlay atomspaces to be write-through. So make them explicitly write-through.

linas commented 2 years ago

I merged this because it is currently effectively a no-op. That will change once COW is enabled by default.