[issue8692] Use divide-and-conquer for faster factorials

Mark Dickinson report at bugs.python.org
Thu May 13 23:31:36 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

And why are we trying to speed up the pure Python factorial code here?  I don't imagine that those speed differences are going to translate well to C.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8692>
_______________________________________


More information about the Python-bugs-list mailing list