Message 282194 - Python tracker
Message282194
| Author | vstinner |
|---|---|
| Recipients | serhiy.storchaka, vstinner |
| Date | 2016-12-01.16:21:27 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1480609287.7.0.199610846669.issue28852@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Follow-up of my comment http://bugs.python.org/issue23507#msg282187 : "sorted(list): Median +- std dev: [3.5] 17.5 us +- 1.0 us -> [3.7] 19.7 us +- 1.1 us: 1.12x slower (+12%)" "(...) sorted(list) is slower. I don't know why sorted(list) is slower. It doesn't use a key function, and so should not be impacted by FASTCALL changes made since Python 3.6." |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-12-01 16:21:27 | vstinner | set | recipients: + vstinner, serhiy.storchaka |
| 2016-12-01 16:21:27 | vstinner | set | messageid: <1480609287.7.0.199610846669.issue28852@psf.upfronthosting.co.za> |
| 2016-12-01 16:21:27 | vstinner | link | issue28852 messages |
| 2016-12-01 16:21:27 | vstinner | create | |