Daniel Lemire
Daniel Lemire
Silencing a warning in GCC can be done without changing the code, although that can be more trouble than it is worth.
@saleyn We can manually silence the `maybe-uninitialized` warnings/errors, but as I wrote, that's not always trivial.
On an x64 processor (Ice Lake) and GCC 12, I find that this PR is maybe slightly worse on `bench_ondemand` results, but the difference is so small that I would...
I honestly do not know.
Currently, no such claim is made. It would indeed be a good idea to investigate. Contributions invited.
Easy.
If you'd be interested in helping out... a pull request *is* invited. We do have similar code in other similar projects, but it is just not very challenging. I can...
I recommend using https://github.com/fastfloat/fast_float which does not have this issue. The fast_double_parser library is legacy code at this point, that I would like to retire. I only maintain it for...
Currently, the library assumes 32-bit integers. It is not very difficult to generalize and pull requests are invited!
cc @searchivarius