Does Python perform string internment to save memory on duplicate keys when deserializing large arrays of dicts read from XML/JSON serialized to disk? (e.g. during xml.dom.minidom.parse / json.load)
Thanks!
Does Python perform string internment to save memory on duplicate keys when deserializing large arrays of dicts read from XML/JSON serialized to disk? (e.g. during xml.dom.minidom.parse / json.load)
Thanks!