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 Stefan Pochmann
Recipients Stefan Pochmann, rhettinger, tim.peters
Date 2020-02-29.23:35:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583019328.82.0.0278990430963.issue39801@roundup.psfhosted.org>
In-reply-to
Content
I have better benchmarks now and am trying some more, though I guess we roughly agree about when memmove is faster and when it's slower but that the real question is how large the common case is. 

Do you know where I can find those past investigations? Was memmove *faster* for sizes *over* 16? What is the common case, i.e., how do people use list.insert?
History
Date User Action Args
2020-02-29 23:35:28Stefan Pochmannsetrecipients: + Stefan Pochmann, tim.peters, rhettinger
2020-02-29 23:35:28Stefan Pochmannsetmessageid: <1583019328.82.0.0278990430963.issue39801@roundup.psfhosted.org>
2020-02-29 23:35:28Stefan Pochmannlinkissue39801 messages
2020-02-29 23:35:28Stefan Pochmanncreate