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, vstinner
Date 2019-06-20.12:27:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561033626.69.0.538118805133.issue37348@roundup.psfhosted.org>
In-reply-to
Content
I confirmed at least one measurable speedup:

./python -m pyperf timeit -s 'd={}' -- 'repr(d)'

FromString: Mean +- std dev: 157 ns +- 3 ns
FROM_ASCII: Mean +- std dev: 132 ns +- 3 ns

>>> (157-132)/157
0.1592356687898089
History
Date User Action Args
2019-06-20 12:27:06methanesetrecipients: + methane, vstinner
2019-06-20 12:27:06methanesetmessageid: <1561033626.69.0.538118805133.issue37348@roundup.psfhosted.org>
2019-06-20 12:27:06methanelinkissue37348 messages
2019-06-20 12:27:06methanecreate