[New-bugs-announce] [issue19187] Use a set for interned strings

Antoine Pitrou report at bugs.python.org
Mon Oct 7 21:18:53 CEST 2013


New submission from Antoine Pitrou:

This is a simple enhancement that may reduce memory consumption by a bit (unfortunately, this is difficult to measure using standard tools).

----------
components: Interpreter Core
files: setintern.patch
keywords: patch
messages: 199154
nosy: haypo, pitrou
priority: low
severity: normal
stage: patch review
status: open
title: Use a set for interned strings
type: resource usage
versions: Python 3.4
Added file: http://bugs.python.org/file31986/setintern.patch

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


More information about the New-bugs-announce mailing list