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 Stefan Pochmann, rhettinger, tim.peters
Date 2020-02-29.18:47:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583002060.13.0.0138111009834.issue39801@roundup.psfhosted.org>
In-reply-to
Content
Marking this as "pending".  It is more of a personal research project than a bug report, feature request, or known optimization.

The underlying hypothesis is that compilers aren't smart enough to generate good code for a simple for-loop that moves data.

The evidence is weak as involves timing unusual cases, with significantly different calling patterns, and that make repeated calls to realloc() which can throw the results off wildly.
History
Date User Action Args
2020-02-29 18:47:40rhettingersetrecipients: + rhettinger, tim.peters, Stefan Pochmann
2020-02-29 18:47:40rhettingersetmessageid: <1583002060.13.0.0138111009834.issue39801@roundup.psfhosted.org>
2020-02-29 18:47:40rhettingerlinkissue39801 messages
2020-02-29 18:47:40rhettingercreate