This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, gvanrossum, rhettinger
Date 2007-12-09.01:05:56
SpamBayes Score 0.06970745
Marked as misclassified No
Message-id <1197162357.08.0.715235483417.issue1564@psf.upfronthosting.co.za>
In-reply-to
Content
I've created a patch that adds optimization for PyUnicode while keeping
the existing optimization for PyString. The patch moves the optimization
trick for PyObject_Hash() into a macro and adds an optimized
_PyUnicode_Eq() to unicodeobject.c
Files
File name Uploaded
py3k_optimize_set_unicode.patch christian.heimes, 2007-12-09.01:05:56
History
Date User Action Args
2007-12-09 01:05:57christian.heimessetspambayes_score: 0.0697075 -> 0.06970745
recipients: + christian.heimes, gvanrossum, rhettinger
2007-12-09 01:05:57christian.heimessetspambayes_score: 0.0697075 -> 0.0697075
messageid: <1197162357.08.0.715235483417.issue1564@psf.upfronthosting.co.za>
2007-12-09 01:05:57christian.heimeslinkissue1564 messages
2007-12-09 01:05:56christian.heimescreate