opencog / atomspace

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

Stop using weak pointers #2920

Closed linas closed 2 years ago

linas commented 2 years ago

They're overkill, and are not needed, and are an overall drag on performance.

The AtomSpace guarantees that the incoming set will be valid.

linas commented 2 years ago

Never mind. facebook folly is confounding results

linas commented 2 years ago

Reopen, merge the new code, but leave it disabled.