[Patches] [ python-Patches-1507011 ] Use a set to keep interned strings
SourceForge.net
noreply at sourceforge.net
Fri Jun 16 05:44:58 CEST 2006
Patches item #1507011, was opened at 2006-06-15 21:15
Message generated for change (Comment added) made by belopolsky
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 .
----------------------------------------------------------------------
>Comment By: Alexander Belopolsky (belopolsky)
Date: 2006-06-15 23:44
Message:
Logged In: YES
user_id=835142
Fixed code comments and moved all interning logic to 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