opencog / atomspace

The OpenCog (hyper-)graph database and graph rewriting system
https://wiki.opencog.org/w/AtomSpace
Other
818 stars 232 forks source link

Make the AtomSpace add-atom critical section thinner. #2903

Closed linas closed 2 years ago

linas commented 2 years ago

This is the first of a sequence of pull requests that will make the critical sections in the atomspace smaller. The goal is improved parallelizability.

There will be many small pull reqs instead of one big one, to make it easier to understand what is actually going on (and to debug, if needed.)