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 christian.heimes
Recipients christian.heimes, mark.dickinson
Date 2008-01-12.16:57:16
SpamBayes Score 0.012321337
Marked as misclassified No
Message-id <1200157039.19.0.510205687834.issue1811@psf.upfronthosting.co.za>
In-reply-to
Content
How fast is your algorithm compared to the current algorithm and where
starts the break even zone? Most users use only small integers so it
might be a good idea to use a simpler algorithm for longs with Py_SIZE()
== 1. This is important for py3k.
History
Date User Action Args
2008-01-12 16:57:19christian.heimessetspambayes_score: 0.0123213 -> 0.012321337
recipients: + christian.heimes, mark.dickinson
2008-01-12 16:57:19christian.heimessetspambayes_score: 0.0123213 -> 0.0123213
messageid: <1200157039.19.0.510205687834.issue1811@psf.upfronthosting.co.za>
2008-01-12 16:57:16christian.heimeslinkissue1811 messages
2008-01-12 16:57:16christian.heimescreate