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 scoder
Recipients mark.dickinson, scoder
Date 2014-09-22.18:42:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Here is a straight forward patch that special cases int values in the constructor. It gives me a 35% speedup in the benchmark.
History
Date User Action Args
2014-09-22 18:42:48scodersetrecipients: + scoder, mark.dickinson
2014-09-22 18:42:48scodersetmessageid: <[email protected]>
2014-09-22 18:42:48scoderlinkissue22464 messages
2014-09-22 18:42:48scodercreate