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 Bart Robinson
Recipients Bart Robinson, Florian.Loitsch, amaury.forgeotdarc, djc, eric.smith, mark.dickinson, michael.foord, rhettinger, vstinner
Date 2017-02-20.00:25:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487550329.63.0.0524641337551.issue12450@psf.upfronthosting.co.za>
In-reply-to
Content
Six years later, I have accepted Amaury's challenge and created an extension module that uses the double-conversion library to generate repr's for floats: https://pypi.python.org/pypi/frepr

My rudimentary performance testing gives something like 8X speedup compared to the standard float_repr().

Scrutiny and suggestions welcome...
History
Date User Action Args
2017-02-20 00:25:29Bart Robinsonsetrecipients: + Bart Robinson, rhettinger, amaury.forgeotdarc, mark.dickinson, vstinner, eric.smith, djc, michael.foord, Florian.Loitsch
2017-02-20 00:25:29Bart Robinsonsetmessageid: <1487550329.63.0.0524641337551.issue12450@psf.upfronthosting.co.za>
2017-02-20 00:25:29Bart Robinsonlinkissue12450 messages
2017-02-20 00:25:29Bart Robinsoncreate