[Patches] [ python-Patches-1507011 ] Use a set to keep interned strings
SourceForge.net
noreply at sourceforge.net
Fri Jun 16 03:15:08 CEST 2006
Patches item #1507011, was opened at 2006-06-15 21:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1507011&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core (C code)
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Alexander Belopolsky (belopolsky)
Assigned to: Nobody/Anonymous (nobody)
Summary: Use a set to keep interned strings
Initial Comment:
This patch is a proof of concept only. In particular, _PySet_LookString is
*not* proposed for addition to set API. Better performance can probably
be achieved by implementing interning completely inside setobject.c .
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1507011&group_id=5470
More information about the Patches
mailing list