Daniel Lemire
Daniel Lemire
@toughengineer I have put this PR on hold because I am not certain that there is a widely accepted way to serialize these values. Currently, if one relies on C++26...
@toughengineer Right. That makes a lot of sense (using ISO 8601).
@WojciechMula Seems relevant https://lib.rs/crates/simdutf
Less undocumented. Closing for now.
@vittorioromeo Thanks for the comments. The simdjson library is dependency-free and it would break existing systems if we introduced a dependency. It is, of course, possible for a user of...
@the-moisrex Ok. So I am totally open to improving our exception-free API but I don't see how what you are proposing helps. The first principle is that we want to...
@the-moisrex > SIMDJSON gives the control of the errors to the callers, after the calls, and doesn't even store it in itself; that's forcing our hands in API design. The...
> Maybe we could throw an error if error is not moved out of it in destructor? Right. Or you flip the script and go `result >> error >> value`....
It is still open, yes!
@anandheritage Sure, do consider producing a PR. It can be a fair amount of working getting it right, but we could probably at least get a good prototype going in...