[issue5512] Streamline integer division

STINNER Victor report at bugs.python.org
Wed Mar 18 23:48:54 CET 2009


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

Useful informations for an integer benchmark:
 - CPU type: 32 or 64 bits, endian
 - Memory size
 - Python version
 - Informations about how Python was compiled
 - Integer implementation: use int_info when it's available, otherwise 
base=2^15

Who has the last version of pidigit tool? Can you attach it here? :-)

----------

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


More information about the Python-bugs-list mailing list