[RFC] database with API information
Jonathan Wakely
jwakely.gcc@gmail.com
Fri Sep 9 20:05:41 GMT 2022
On Fri, 9 Sept 2022 at 19:41, SAIFI <msk@strikr.io> wrote:
>
> > -------Original Message-------
> > From: Jonathan Wakely <jwakely.gcc@gmail.com>
> >
> > > Would any of the C++11 compliant CSV parsing libraries make the cut
> > > in your analysis ?
> >
> > I'm not going to waste my time looking.
> >
> > > Vince CSV parser (RFC4180 + flavours)
> > > https://github.com/vincentlaucsb/csv-parser
> > >
> > > C++11 header only (MT can be turned on/off).
> > > https://github.com/ben-strasser/fast-cpp-csv-parser
> > >
> > > If not, Is there is something else that is needed for the CSV
> > > parsers to qualify ?
> >
> > Why add an extra dependency that would have to be included in the GCC
> > sources, when Python already has what's needed to do this.
> >
> > Somebody has written a new tool, and you seem to be asking them to
> > rewrite it for your preferences. If you want to rewrite the script in
> > C++ feel free to proposed a patch, but this digression for your
> > curiousity doesn't seem productive to me.
>
> Well, it seems then the 'innocent CSV' proposed by Ulrich is the strawman that leads to meson !
>
> Please feel free to correct me if that is not the 'unstated' intent.
I have no idea what you're even talking about.
More information about the Gcc
mailing list