Daniel Lemire
Daniel Lemire
Merged. Great work.
I think that this PR is quite good as is.
* You can build the simdjson library with exceptions disabled. In fact, simdjson is part of Node.js which is compiled without exceptions. * Porting to simdjson to C is possible,...
@davidfetter-percona You can disable, at the level of the compiler, the support for exceptions. Then there is no exception support whatsoever at compile time or at runtime. None. The simdjson...
> When you refer to a C wrapper for subsets of the library, are there examples of wappers that I can stare at to see how that's done well? I...
This should not be difficult, please consider providing a PR.
@anonrig I do not understand the problem. I have a local alpine image and it works without a problem in it.
Here we go: https://github.com/cpm-cmake/CPM.cmake/issues/603
So we have a choice: 1. Wait for CPM to publish a workaround. 2. Downgrade CPM to 0.40.0 or earlier. 3. Update the CMake version.
Please see https://github.com/ada-url/ada/pull/782