Daniel Lemire
Daniel Lemire
We try to catch null pointers. Would you propose a pull request?
@madscientist You are correct, hence my wording... We **try** to catch null pointers. We definitively do not succeed.
To be honest, I’m was hoping that static analysis could help.
Note that this is rather theoretical. In practice, under many operating systems, you will get back a non-nul value, and the failure occurs where you try to page in the...
I think that we have no choice but to drop them. :-/
I think @JohnSully is unfairly being mocked in this thread. The recently published ARM Scalable Vector Extension scales automatically across all vector lengths without recompilation. The Risc-V vector extension proposal...
@PHILO-HE Sure, that's reasonable. Are you willing to implement such support? This is a community-based project. Unless someone codes it up, it will not get done.
Note that this issue an subset of https://github.com/simdjson/simdjson/issues/2070
@dabigjoe6 fixed the issue for the DOM API at https://github.com/simdjson/simdjson/pull/2346 We now need a fix for the On-Demand API (our main API).
@hiteshmk05 For our main (on-demand) API, the issue remains.