Message292105
| Author | serhiy.storchaka |
|---|---|
| Recipients | mark.dickinson, niklasf, pitrou, serhiy.storchaka, vstinner |
| Date | 2017-04-22.05:32:48 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1492839169.18.0.034598669645.issue29782@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
In some microbenchmarks this can give up to 15%. $ ./python.patched -m perf timeit -q --compare-to=./python.default -s "a = list(map(float, range(10000)))" "12345 in a" Mean +- std dev: [python.default] 1.28 ms +- 0.11 ms -> [python.patched] 1.12 ms +- 0.07 ms: 1.15x faster (-13%) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-04-22 05:32:49 | serhiy.storchaka | set | recipients: + serhiy.storchaka, mark.dickinson, pitrou, vstinner, niklasf |
| 2017-04-22 05:32:49 | serhiy.storchaka | set | messageid: <1492839169.18.0.034598669645.issue29782@psf.upfronthosting.co.za> |
| 2017-04-22 05:32:49 | serhiy.storchaka | link | issue29782 messages |
| 2017-04-22 05:32:48 | serhiy.storchaka | create | |