Message342006
| Author | vstinner |
|---|---|
| Recipients | Paul Monson, eryksun, methane, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware |
| Date | 2019-05-09.23:11:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1557443513.13.0.438499260178.issue36778@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
My PR 13110 (avoid functools) makes codecs.lookup('cp65001').encode() made 2.7x slower: https://github.com/python/cpython/pull/13110#issuecomment-491095964 417 ns +- 17 ns My PR 13230 (remove cp65001.py) makes it 1.5x faster :-) https://github.com/python/cpython/pull/13230#issuecomment-491099012 105 ns +- 3 ns The reference is: 156 ns +- 3 ns. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-05-09 23:11:53 | vstinner | set | recipients: + vstinner, paul.moore, tim.golden, methane, zach.ware, serhiy.storchaka, eryksun, steve.dower, Paul Monson |
| 2019-05-09 23:11:53 | vstinner | set | messageid: <1557443513.13.0.438499260178.issue36778@roundup.psfhosted.org> |
| 2019-05-09 23:11:53 | vstinner | link | issue36778 messages |
| 2019-05-09 23:11:53 | vstinner | create | |