opencog-dev team mailing list archive
-
opencog-dev team
-
Mailing list archive
-
Message #00226
Dropping non-map TLB support
Hi all,
Is everyone okay if we remove the TLB support for not using std::map?
There isn't anyway to check if a Handle is valid or not unless
std::map is being used, which I (just realised I) need for the
ForgettingAgent.
Well, I could hackily work around this, but surely the TLB should
eventually have a way to say "that handle doesn't exist", along with
"that handle is on disk/in memory" (in future)?
J
Follow ups