Message315420
| Author | pablogsal |
|---|---|
| Recipients | pablogsal, rhettinger, serhiy.storchaka |
| Date | 2018-04-17.21:07:31 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1523999251.89.0.682650639539.issue33234@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Microbenchmarked with @vstinner's perf module: python -m perf timeit "list([0]*10)" -o new.json checkout master and build python -m perf timeit "list([0]*10)" -o old.json python -m perf compare_to new.json old.json Mean +- std dev: [new] 241 ns +- 3 ns -> [old] 243 ns +- 18 ns: 1.01x slower (+1%) Not significant! |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-04-17 21:07:31 | pablogsal | set | recipients: + pablogsal, rhettinger, serhiy.storchaka |
| 2018-04-17 21:07:31 | pablogsal | set | messageid: <1523999251.89.0.682650639539.issue33234@psf.upfronthosting.co.za> |
| 2018-04-17 21:07:31 | pablogsal | link | issue33234 messages |
| 2018-04-17 21:07:31 | pablogsal | create | |