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 skrah
Recipients larry, serhiy.storchaka, skrah
Date 2020-07-19.11:44:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595159086.59.0.916696930515.issue41262@roundup.psfhosted.org>
In-reply-to
Content
Thanks, I can confirm that the speedup for memoryview.cast() is large in microbenchmarks.

Still, if the speedup cannot be seen in programs like test_buffer,
the amount of code that's being added for a speedup < 5% in real
world programs is quite substantial (if you count the generated
code and the fast_call machinery).

But we can leave it in.  Preemptively, if someone sees this and
thinks the flood gates are open for _decimal:  No, it won't be
converted to AC.
History
Date User Action Args
2020-07-19 11:44:46skrahsetrecipients: + skrah, larry, serhiy.storchaka
2020-07-19 11:44:46skrahsetmessageid: <1595159086.59.0.916696930515.issue41262@roundup.psfhosted.org>
2020-07-19 11:44:46skrahlinkissue41262 messages
2020-07-19 11:44:46skrahcreate