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

STINNER Victor report at bugs.python.org
Tue Sep 8 01:19:05 CEST 2009


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

Would it be possible to share some constant data between intobject.c and
longobject.c? There is already "static const unsigned char BitLengthTable[32]"
(32 bytes), and the patch introduces "static const char _decimal_digit_table[]"
(100 bytes).

----------

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


More information about the Python-bugs-list mailing list