opencog / atomspace

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

Bugfix goofy caching bug; simplify caching logic. #3030

Closed linas closed 1 year ago

linas commented 1 year ago

The old caching code made a bad assumption about what was being passed in to it. This resulted in a spurious cache hit when none should have ocurred. This fixes it; it simplifies the code in the process.