Message242707
| Author | larry |
|---|---|
| Recipients | BreamoreBoy, larry, mark.dickinson, pitrou, rhettinger, scoder, serhiy.storchaka |
| Date | 2015-05-06.20:47:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1430945277.23.0.404816130008.issue24138@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
10**3 doesn't show off this hack as much as other numbers would; the hack only operates from 257 to the max in that will fit in a single long "digit" (32767 on 32-bit, 2**30 on 64-bit). Anyway, freelist for one-digit longs seems nearly as good, and it's a lot more general-purpose, so I'm much more interested in that. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-05-06 20:47:57 | larry | set | recipients: + larry, rhettinger, mark.dickinson, pitrou, scoder, BreamoreBoy, serhiy.storchaka |
| 2015-05-06 20:47:57 | larry | set | messageid: <1430945277.23.0.404816130008.issue24138@psf.upfronthosting.co.za> |
| 2015-05-06 20:47:57 | larry | link | issue24138 messages |
| 2015-05-06 20:47:57 | larry | create | |