Message148689
| Author | vstinner |
|---|---|
| Recipients | amaury.forgeotdarc, brian.curtin, casevh, ced, eric.smith, eric.snow, jjconti, mark.dickinson, pitrou, rhettinger, skrah, vstinner |
| Date | 2011-11-30.21:13:43 |
| SpamBayes Score | 0.0072961953 |
| Marked as misclassified | No |
| Message-id | <1322687623.99.0.114212452981.issue7652@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> (Actually, that's a part of why decimal.py is slow---it's > using Python's *binary* integers to store *decimal* coefficients, > so that even simple addition is now a quadratic operation, > thanks to the binary <-> decimal conversions involved.) Oh, I forgot this minor detail (base 2 vs base 10). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-11-30 21:13:44 | vstinner | set | recipients: + vstinner, rhettinger, amaury.forgeotdarc, mark.dickinson, pitrou, casevh, eric.smith, jjconti, ced, brian.curtin, skrah, eric.snow |
| 2011-11-30 21:13:43 | vstinner | set | messageid: <1322687623.99.0.114212452981.issue7652@psf.upfronthosting.co.za> |
| 2011-11-30 21:13:43 | vstinner | link | issue7652 messages |
| 2011-11-30 21:13:43 | vstinner | create | |