Message 393808 - Python tracker (original) (raw)

Message393808

Author Sergey.Kirpichev
Recipients Sergey.Kirpichev, asmeurer, mark.dickinson, rhettinger, scoder, terry.reedy, tim.peters
Date 2021-05-17.12:07:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1621253259.33.0.710210520887.issue43420@roundup.psfhosted.org
In-reply-to
Content
> I'll have to see if the slowdown can be mitigated somehow. Yes, for small components this is a known slowdown. I'm trying to mitigate that case in https://github.com/python/cpython/pull/25518. Except for the mixed mode (Fraction's+int) - this match the original performance.
History
Date User Action Args
2021-05-17 12:07:39 Sergey.Kirpichev set recipients: + Sergey.Kirpichev, tim.peters, rhettinger, terry.reedy, mark.dickinson, scoder, asmeurer
2021-05-17 12:07:39 Sergey.Kirpichev set messageid: 1621253259.33.0.710210520887.issue43420@roundup.psfhosted.org
2021-05-17 12:07:39 Sergey.Kirpichev link issue43420 messages
2021-05-17 12:07:39 Sergey.Kirpichev create