I have a bunch of triples (obj1 obj2 obj3).
Is there an easy way to make a hash table
where key either obj1 or obj2 or obj3
all point to the triple?
This, to save storage.
A related question: When saving the hash table to
disk, is there a way that the triple is stored only once?
[I don’t have an idea how to do this]
New contributor
gentsquash is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.