Message 70326 - Python tracker
Message70326
| Author | fredrikj |
|---|---|
| Recipients | fredrikj, mark.dickinson |
| Date | 2008-07-27.16:17:45 |
| SpamBayes Score | 0.3150572 |
| Marked as misclassified | No |
| Message-id | <1217175467.98.0.404517126151.issue3451@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
And here some timings on my laptop. Both int->str and balanced division become faster somewhere between 1000 and 2000 digits. This is after editing the division benchmark to use random numbers instead of exact powers of ten (interestingly causing a bit of slowdown). String conversion might be a little slower for lengths that aren't close to powers of two. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-07-27 16:17:48 | fredrikj | set | recipients: + fredrikj, mark.dickinson |
| 2008-07-27 16:17:47 | fredrikj | set | messageid: <1217175467.98.0.404517126151.issue3451@psf.upfronthosting.co.za> |
| 2008-07-27 16:17:46 | fredrikj | link | issue3451 messages |
| 2008-07-27 16:17:46 | fredrikj | create | |