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 scoder
Recipients scoder
Date 2016-08-20.19:43:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471722206.62.0.0499297323883.issue27818@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed that quite some time during number formatting is spent parsing the format spec. The attached patch speeds up float formatting by 5-15% and integer formatting by 20-30% for me overall when using f-strings (Ubuntu 16.04, 64bit).
History
Date User Action Args
2016-08-20 19:43:26scodersetrecipients: + scoder
2016-08-20 19:43:26scodersetmessageid: <1471722206.62.0.0499297323883.issue27818@psf.upfronthosting.co.za>
2016-08-20 19:43:26scoderlinkissue27818 messages
2016-08-20 19:43:26scodercreate