Message147778
| Author | pitrou |
|---|---|
| Recipients | pitrou, vstinner |
| Date | 2011-11-16.22:49:38 |
| SpamBayes Score | 4.4333327e-05 |
| Marked as misclassified | No |
| Message-id | <1321483781.85.0.24668666063.issue13417@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
PEP 393 and the need for a two-pass decoding process has made utf-8 decoding much slower, especially with the current generic implementation. Attached patch makes utf-8 more than twice faster, which means we're around 10-20% slower than 3.2 on non-trivial cases. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-11-16 22:49:43 | pitrou | set | recipients: + pitrou, vstinner |
| 2011-11-16 22:49:41 | pitrou | set | messageid: <1321483781.85.0.24668666063.issue13417@psf.upfronthosting.co.za> |
| 2011-11-16 22:49:41 | pitrou | link | issue13417 messages |
| 2011-11-16 22:49:41 | pitrou | create | |