[issue6713] Integer & Long types: Performance improvement of 1.6x to 2x for base 10 conversions

STINNER Victor report at bugs.python.org
Fri Sep 11 00:40:25 CEST 2009


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

I don't understand the following comment in patch3:
/* convert: base 2 in pin -> base 10 in pout */

I  think that pin base is 2^30 / 2^15 and pout base is 10^9 / 10 ^ 4, not 10.

----------

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


More information about the Python-bugs-list mailing list