[Issue 3248] lossless floating point formatting

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Apr 16 04:27:32 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=3248

Ben <ben.james.jones at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ben.james.jones at gmail.com

--- Comment #16 from Ben <ben.james.jones at gmail.com> ---
I'd be interested in taking a stab at this based on the new algorithm presented
here: https://dl.acm.org/citation.cfm?id=3192369 .  STL (the person) has been
tweeting about adding this to the MS STL (the library) implementation for
char_conv in C++ 17(?) and it sounds like a big speed win in addition to having
nice round trip properties.  Currently formatValueImpl seems to just call
snprintf.

--


More information about the Digitalmars-d-bugs mailing list