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 methane
Recipients methane, serhiy.storchaka, vstinner
Date 2019-06-21.17:10:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561137002.22.0.258089315245.issue37348@roundup.psfhosted.org>
In-reply-to
Content
PR 14291 seems simpler than PR 14283.  But PR 14283 is faster because _PyUnicodeWriter is a learge struct.

master: 3.7sec
PR 14283: 2.9sec
PR 14291: 3.45sec

compiler: gcc (Ubuntu 8.3.0-6ubuntu1) 8.3.0
without LTO, without PGO
History
Date User Action Args
2019-06-21 17:10:02methanesetrecipients: + methane, vstinner, serhiy.storchaka
2019-06-21 17:10:02methanesetmessageid: <1561137002.22.0.258089315245.issue37348@roundup.psfhosted.org>
2019-06-21 17:10:02methanelinkissue37348 messages
2019-06-21 17:10:02methanecreate