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 johnwalker
Recipients johnwalker
Date 2015-12-22.22:21:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450822862.05.0.492528521112.issue25928@psf.upfronthosting.co.za>
In-reply-to
Content
Heres the output of running the benchmark on my machine:

Testing proposed implementation
number = 10000
0.07098613299967838
number = 100000
0.6952260910002224
number = 1000000
6.948197601999709
Testing current implementation
number = 10000
0.1418162760000996
number = 100000
1.350394603001405
number = 1000000
13.625065807000283
History
Date User Action Args
2015-12-22 22:21:02johnwalkersetrecipients: + johnwalker
2015-12-22 22:21:02johnwalkersetmessageid: <1450822862.05.0.492528521112.issue25928@psf.upfronthosting.co.za>
2015-12-22 22:21:02johnwalkerlinkissue25928 messages
2015-12-22 22:21:01johnwalkercreate