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 serhiy.storchaka
Recipients NeilGirdhar, belopolsky, ethan.furman, ezio.melotti, gvanrossum, mark.dickinson, serhiy.storchaka, vstinner
Date 2015-03-06.08:43:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425631414.25.0.110776583412.issue23595@psf.upfronthosting.co.za>
In-reply-to
Content
I experimented with different Python implementations of factorial() in 2.5/2.6. But then came 2.7 with C implementation, and it beat them all. Python is not the best language to implement low-level computational algorithms.
History
Date User Action Args
2015-03-06 08:43:34serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, mark.dickinson, belopolsky, vstinner, ezio.melotti, ethan.furman, NeilGirdhar
2015-03-06 08:43:34serhiy.storchakasetmessageid: <1425631414.25.0.110776583412.issue23595@psf.upfronthosting.co.za>
2015-03-06 08:43:34serhiy.storchakalinkissue23595 messages
2015-03-06 08:43:34serhiy.storchakacreate