I am trying to create an inside-out object which contains a series of hashes to represent its attributes. I am wondering if there is any memory overhead associated with it. (as compared to a normal hash based reference, the inside-out one will use an independent hash for each attribute).
Any clues?