Closed linas closed 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.
I merged this because it is currently effectively a no-op. That will change once COW is enabled by default.
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.