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 rhettinger
Recipients Sergey.Kirpichev, mark.dickinson, rhettinger
Date 2021-03-06.20:58:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615064293.26.0.502414893223.issue43420@roundup.psfhosted.org>
In-reply-to
Content
Without the guards the incremental cost drops to 10%.

$ python3.10 -m timeit -r11 -s 'from patched_noguards import Fraction as F' -s 'a=F(10,3)' -s 'b=F(6, 5)' 'a * b'
100000 loops, best of 11: 2.02 usec per loop
History
Date User Action Args
2021-03-06 20:58:13rhettingersetrecipients: + rhettinger, mark.dickinson, Sergey.Kirpichev
2021-03-06 20:58:13rhettingersetmessageid: <1615064293.26.0.502414893223.issue43420@roundup.psfhosted.org>
2021-03-06 20:58:13rhettingerlinkissue43420 messages
2021-03-06 20:58:13rhettingercreate