Message335917
| Author | sir-sigurd |
|---|---|
| Recipients | serhiy.storchaka, sir-sigurd, vstinner |
| Date | 2019-02-19.10:04:25 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1550570665.07.0.653356225616.issue36031@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Does this look like more real world example? Before: $ python -m perf timeit -s "t = (1, 2, 3)" "(*t, 4, 5)" ..................... Mean +- std dev: 95.7 ns +- 2.3 ns After: $ python -m perf timeit -s "t = (1, 2, 3)" "(*t, 4, 5)" ..................... Mean +- std dev: 85.1 ns +- 0.6 ns |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-19 10:04:25 | sir-sigurd | set | recipients: + sir-sigurd, vstinner, serhiy.storchaka |
| 2019-02-19 10:04:25 | sir-sigurd | set | messageid: <1550570665.07.0.653356225616.issue36031@roundup.psfhosted.org> |
| 2019-02-19 10:04:25 | sir-sigurd | link | issue36031 messages |
| 2019-02-19 10:04:25 | sir-sigurd | create | |