[issue1814] Victor Stinner's GMP patch for longs

STINNER Victor report at bugs.python.org
Tue Nov 4 04:22:13 CET 2008


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

New version of the patch using short integer for long_add, long_sub, 
long_mul, etc. New benchmark with -0O : 20161.3 pystones/second 
(versus 20920.5 for the vanilla version). The overhead is now -3,6% 
(yes, it's slower with GMP).

Added file: http://bugs.python.org/file11934/py3k-long_gmp-v4.patch

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


More information about the Python-bugs-list mailing list