hash-consing
Hash-consing stores each distinct value only once and returns a shared reference for equal values, letting a system such as the AtomSpace deduplicate atoms and compare them cheaply by identity.
Hash-consing stores each distinct value only once and returns a shared reference for equal values, letting a system such as the AtomSpace deduplicate atoms and compare them cheaply by identity.