Message275626
| Author | methane |
|---|---|
| Recipients | dilettant, ethan.furman, methane, python-dev, rhettinger, serhiy.storchaka, vstinner |
| Date | 2016-09-10.11:26:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1473506817.22.0.996054138454.issue27350@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
3% slowdown in microbench is not surprising. Compact dict introduces one additional indirection. Instead, I've added freelist for most compact PyDictKeys. So I think overall performance is almost same to before compact dict. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-10 11:26:57 | methane | set | recipients: + methane, rhettinger, vstinner, ethan.furman, python-dev, serhiy.storchaka, dilettant |
| 2016-09-10 11:26:57 | methane | set | messageid: <1473506817.22.0.996054138454.issue27350@psf.upfronthosting.co.za> |
| 2016-09-10 11:26:57 | methane | link | issue27350 messages |
| 2016-09-10 11:26:57 | methane | create | |