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 ezio.melotti, petdance, rhettinger, vstinner
Date 2020-02-08.21:54:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581198867.13.0.239831256015.issue39588@roundup.psfhosted.org>
In-reply-to
Content
In the past, we've also gotten some gains by replacing memcpy() with for-loops.  These kinds of optimization choices are best left to the compiler.
History
Date User Action Args
2020-02-08 21:54:27rhettingersetrecipients: + rhettinger, vstinner, ezio.melotti, petdance
2020-02-08 21:54:27rhettingersetmessageid: <1581198867.13.0.239831256015.issue39588@roundup.psfhosted.org>
2020-02-08 21:54:27rhettingerlinkissue39588 messages
2020-02-08 21:54:27rhettingercreate