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 eric.smith, paul.moore, rhettinger, sreedevi.ha, steven.daprano, terry.reedy
Date 2020-09-25.03:48:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601005726.48.0.928285560739.issue41774@roundup.psfhosted.org>
In-reply-to
Content
Try running some timings.  I suspect the genexp/iterator versions run more slowly.  The speed of the slice replacement relies on knowing the size of the input.
History
Date User Action Args
2020-09-25 03:48:46rhettingersetrecipients: + rhettinger, terry.reedy, paul.moore, eric.smith, steven.daprano, sreedevi.ha
2020-09-25 03:48:46rhettingersetmessageid: <1601005726.48.0.928285560739.issue41774@roundup.psfhosted.org>
2020-09-25 03:48:46rhettingerlinkissue41774 messages
2020-09-25 03:48:46rhettingercreate