This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients mark.dickinson, pitrou, serhiy.storchaka, vstinner, yselivanov
Date 2016-02-09.15:59:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455033562.53.0.564394329579.issue26289@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching a new patch -- big thanks to Mark and Serhiy.

> div = ~((left - 1) / right)

The updated code works slightly faster - ~0.285 usec vs ~0.3 usec.
History
Date User Action Args
2016-02-09 15:59:22yselivanovsetrecipients: + yselivanov, mark.dickinson, pitrou, vstinner, serhiy.storchaka
2016-02-09 15:59:22yselivanovsetmessageid: <1455033562.53.0.564394329579.issue26289@psf.upfronthosting.co.za>
2016-02-09 15:59:22yselivanovlinkissue26289 messages
2016-02-09 15:59:22yselivanovcreate