[issue4258] Use 30-bit digits instead of 15-bit digits for Python integers.
Gregory P. Smith
report at bugs.python.org
Thu Feb 19 00:45:33 CET 2009
Gregory P. Smith <greg at krypto.org> added the comment:
new results after fixing my longdigit13 build to use 30 bits instead of
15 (the configure script in longdigit13+optimizations didn't work right,
i had to manually add the #define to pyconfig.h)
py3k:
baseline longdigit14 longdigit13+optimizations
3709 ms 3664 ms 3377 ms
thats much saner.
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4258>
_______________________________________
More information about the Python-bugs-list
mailing list