This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients belopolsky, draghuram, mark.dickinson, rhettinger, stutzbach
Date 2010-05-14.08:04:54
SpamBayes Score 3.82313e-07
Marked as misclassified No
Message-id <1273824296.82.0.443876784381.issue8692@psf.upfronthosting.co.za>
In-reply-to
Content
> I am attaching an iterative version in C patch.

Thanks for doing this comparison.

> The performance  appears to be identical to Daniel's with no small
> integer multiplication optimization.

Okay, let's stick with the recursive version, then.  It has the advantage that it uses less space (no need to store the entire list of odd terms).
History
Date User Action Args
2010-05-14 08:04:57mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, belopolsky, draghuram, stutzbach
2010-05-14 08:04:56mark.dickinsonsetmessageid: <1273824296.82.0.443876784381.issue8692@psf.upfronthosting.co.za>
2010-05-14 08:04:54mark.dickinsonlinkissue8692 messages
2010-05-14 08:04:54mark.dickinsoncreate