opencog / atomspace

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

Make atomspace locks more fine-grained. #2904

Closed linas closed 2 years ago

linas commented 2 years ago

The goal is to reduce the size of the critical section, allowing greater parallelizability.

Yes, this does make atom insertion slower by about 7% or 8%. The plan is that later changes will recover this lost performance.