[issue26314] interned strings are stored in a dict, a set would use less memory

Josh Rosenberg report at bugs.python.org
Mon Feb 8 18:39:31 EST 2016


Josh Rosenberg added the comment:

Presumably it would involve using private set APIs to make this work, right? Since normally you can't look up the actual value in a set, just check for existence?

----------
nosy: +josh.r

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26314>
_______________________________________


More information about the Python-bugs-list mailing list