Message348425
| Author |
methane |
| Recipients |
jdemeyer, josh.r, methane |
| Date |
2019-07-25.03:02:41 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1564023761.39.0.485329969431.issue37340@roundup.psfhosted.org> |
| In-reply-to |
|
| Content |
Latest benchmark:
```
$ pyperf compare_to master.json no-freelist.json -G --min-speed=2
Slower (2):
- unpickle_list: 4.19 us +- 0.02 us -> 4.28 us +- 0.03 us: 1.02x slower (+2%)
- pathlib: 23.2 ms +- 0.2 ms -> 23.7 ms +- 0.3 ms: 1.02x slower (+2%)
Faster (2):
- nbody: 149 ms +- 2 ms -> 141 ms +- 2 ms: 1.06x faster (-6%)
- logging_simple: 10.1 us +- 0.2 us -> 9.86 us +- 0.18 us: 1.02x faster (-2%)
Benchmark hidden because not significant (56)
```
I decided to just remove the free_list. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2019-07-25 03:02:41 | methane | set | recipients:
+ methane, jdemeyer, josh.r |
| 2019-07-25 03:02:41 | methane | set | messageid: <1564023761.39.0.485329969431.issue37340@roundup.psfhosted.org> |
| 2019-07-25 03:02:41 | methane | link | issue37340 messages |
| 2019-07-25 03:02:41 | methane | create | |
|