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

Mark Dickinson report at bugs.python.org
Sat May 15 12:32:07 CEST 2010


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

New patch (factorial3.patch) addressing all of Alexander's points except the one about including Python source somewhere.

I also expanded the lookup table to 20 entries on LP64 systems.

----------
Added file: http://bugs.python.org/file17351/factorial3.patch

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


More information about the Python-bugs-list mailing list