Message242894
| Author | serhiy.storchaka |
|---|---|
| Recipients | BreamoreBoy, ethan.furman, larry, lemburg, mark.dickinson, pitrou, rhettinger, scoder, serhiy.storchaka |
| Date | 2015-05-11.13:59:28 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1431352769.3.0.375640200007.issue24165@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Proposed patch adds free list for single-digit PyLong objects. In Python tests 7% of created objects are ints. 50% of them are 15-bit (single-digit on 32-bit build), 75% of them are 30-bit (single-digit on 64-bit build). See the start of the discussion in issue24138. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-05-11 13:59:29 | serhiy.storchaka | set | recipients: + serhiy.storchaka, lemburg, rhettinger, mark.dickinson, pitrou, scoder, larry, BreamoreBoy, ethan.furman |
| 2015-05-11 13:59:29 | serhiy.storchaka | set | messageid: <1431352769.3.0.375640200007.issue24165@psf.upfronthosting.co.za> |
| 2015-05-11 13:59:29 | serhiy.storchaka | link | issue24165 messages |
| 2015-05-11 13:59:29 | serhiy.storchaka | create | |