Message242124
| Author | llllllllll |
|---|---|
| Recipients | barry, eric.smith, eric.snow, llllllllll, rhettinger |
| Date | 2015-04-27.15:53:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1430149992.74.0.601981430012.issue23910@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I am currently on a different machine so these numbers are not relative to the others posted earlier.
* default
./python -m timeit -s "from collections import namedtuple as n;a = n('n', 'a b c')(1, 2, 3)" "a.a"
10000000 loops, best of 3: 0.0699 usec per loop
* patch
./python -m timeit -s "from collections import namedtuple as n;a = n('n', 'a b c')(1, 2, 3)" "a.a"
10000000 loops, best of 3: 0.0468 usec per loop |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-04-27 15:53:12 | llllllllll | set | recipients: + llllllllll, barry, rhettinger, eric.smith, eric.snow |
| 2015-04-27 15:53:12 | llllllllll | set | messageid: <1430149992.74.0.601981430012.issue23910@psf.upfronthosting.co.za> |
| 2015-04-27 15:53:12 | llllllllll | link | issue23910 messages |
| 2015-04-27 15:53:12 | llllllllll | create | |