[issue1811] True division of integers could be more accurate

Christian Heimes report at bugs.python.org
Sat Jan 12 17:57:19 CET 2008


Christian Heimes added the comment:

How fast is your algorithm compared to the current algorithm and where
starts the break even zone? Most users use only small integers so it
might be a good idea to use a simpler algorithm for longs with Py_SIZE()
== 1. This is important for py3k.

----------
nosy: +tiran
priority:  -> normal

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1811>
__________________________________


More information about the Python-bugs-list mailing list