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 serhiy.storchaka
Recipients Dennis Sweeney, rhettinger, serhiy.storchaka
Date 2020-06-10.06:50:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591771859.32.0.736938171928.issue40889@roundup.psfhosted.org>
In-reply-to
Content
I don't like a tendency of optimizing very uncommon cases. We can optimize every operation for specific types by inlining the code. But it increases maintaining cost and can have negative net effect on performance: because increasing the code size and adding additional runtime checks. In past we usually rejected such kind of patches.
History
Date User Action Args
2020-06-10 06:50:59serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, Dennis Sweeney
2020-06-10 06:50:59serhiy.storchakasetmessageid: <1591771859.32.0.736938171928.issue40889@roundup.psfhosted.org>
2020-06-10 06:50:59serhiy.storchakalinkissue40889 messages
2020-06-10 06:50:59serhiy.storchakacreate