[Patches] [ python-Patches-1507011 ] Use a set to keep interned strings
SourceForge.net
noreply at sourceforge.net
Fri Jun 16 07:12:55 CEST 2006
Patches item #1507011, was opened at 2006-06-16 03:15
Message generated for change (Comment added) made by loewis
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: Martin v. Löwis (loewis)
Date: 2006-06-16 07:12
Message:
Logged In: YES
user_id=21627
What is the purpose of posting the patch here, then? The
Python patches tracker should only carry patches that are
meant for inclusion in Python. If inclusion is not planned,
it should be closed (it would still be available, then).
----------------------------------------------------------------------
Comment By: Alexander Belopolsky (belopolsky)
Date: 2006-06-16 05: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