Message58311
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 |
|
| Date |
User |
Action |
Args |
| 2007-12-09 01:05:57 | christian.heimes | set | spambayes_score: 0.0697075 -> 0.0697075 recipients:
+ christian.heimes, gvanrossum, rhettinger |
| 2007-12-09 01:05:57 | christian.heimes | set | spambayes_score: 0.0697075 -> 0.0697075 messageid: <1197162357.08.0.715235483417.issue1564@psf.upfronthosting.co.za> |
| 2007-12-09 01:05:57 | christian.heimes | link | issue1564 messages |
| 2007-12-09 01:05:56 | christian.heimes | create | |
|