This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] benchtests: Improve readability of JSON output


On Tue, 8 Apr 2014, Will Newton wrote:

> On 8 April 2014 11:24, Florian Weimer <fweimer@redhat.com> wrote:
> > On 04/08/2014 12:15 PM, Will Newton wrote:
> >
> >>> Getting this right is quite a challenge for other (real) JSON libraries.
> >>> They are also affected by the locale issue.
> >>
> >>
> >> Luckily we don't need to be 100% general here and we have quite a
> >> narrow use case.
> >
> >
> > Sure, it's not a problem for benchtests reporting.  It's just something that
> > keeps showing up in various C JSON libraries.
> >
> > It's a pity that we don't have (on GNU/Linux at least) a canonical library
> > to get gdtoa-type functionality from.
> 
> I think the "a" specifier would work but JSON does not support hex formats.

You can also use DECIMAL_DIG as the precision with "g" (presuming you are 
in round-to-nearest mode for both output and input) (or FLT_DECIMAL_DIG, 
DBL_DECIMAL_DIG, LDBL_DECIMAL_DIG, given C11).  Is there something making 
that unsuitable?

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]