Mike Coleman wrote:
... Regarding interning, I thought this only worked with strings. Is there some way to intern integers? I'm probably creating 300M
integers more or less uniformly distributed across range(10000)?

held = list(range(10000))
...
    troublesome_dict[string] = held[number_to_hold]
...

--Scott David Daniels
scott.dani...@acm.org

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to