Message202702
| Author | vstinner |
|---|---|
| Recipients | christian.heimes, djc, ezio.melotti, gregory.p.smith, meador.inge, pitrou, python-dev, rhettinger, serhiy.storchaka, vstinner |
| Date | 2013-11-12.16:10:47 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1384272648.17.0.56765714933.issue16286@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I ran pybench with the patch. I don't understand this result (10% slower with the patch): DictWithStringKeys: 28ms 25ms +10.7% 28ms 26ms +10.5% This test doesn't use unicode_compare_eq() from Objects/unicodeobject.c but unicode_eq() from Objects/stringlib/eq.h which is not modified by the patch. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-11-12 16:10:48 | vstinner | set | recipients: + vstinner, rhettinger, gregory.p.smith, pitrou, christian.heimes, djc, ezio.melotti, meador.inge, python-dev, serhiy.storchaka |
| 2013-11-12 16:10:48 | vstinner | set | messageid: <1384272648.17.0.56765714933.issue16286@psf.upfronthosting.co.za> |
| 2013-11-12 16:10:48 | vstinner | link | issue16286 messages |
| 2013-11-12 16:10:47 | vstinner | create | |