String internment in Python during JSON and XML parsing

38 Views Asked by At

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!

0

There are 0 best solutions below