opencog / atomspace

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

Move atomspace lock to typeindex #2907

Closed linas closed 2 years ago

linas commented 2 years ago

This moves all locking from the AtomSpace to the type index. It simplifies control flow, narrows down the critical sections, and finally enables solving #2553 in a reasonable manner.