[issue14339] Optimizing bin, oct and hex

Serhiy Storchaka report at bugs.python.org
Sun Apr 1 09:10:30 CEST 2012


Serhiy Storchaka <storchaka at gmail.com> added the comment:

No, I do not think that any application will significantly speeded up.

In fact, it is not optimization, and getting rid of the apparent pessimization. In addition to increasing the speed, memory fragmentation is reduced.

The patch has a minimum size, the new code is not larger and not more complex than the old one, it is similar to code already used in this file, there are small nonconditional advantages. I see no reason not to accept the changes.

----------

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


More information about the Python-bugs-list mailing list