Daniel Lemire

Results 1864 comments of Daniel Lemire

Of course, it might be nice to know *which function* failed (e.g., given this input, and calling the transcoding function from UTF-8, we get an error).

You can print to an existing buffer in C using `sprintf`: https://cplusplus.com/reference/cstdio/sprintf/ There is no need for a dynamic buffer if you know the size of the input since you...

Don’t worry about the good old VS. I will investigate.

@NicolasJiaxin I have solved the VS issue. It was a little nothing.

Running an extensive fuzzer with `SIMDUTF_SANITIZE` set to on might reveal unknown bugs.

@NicolasJiaxin If you are interested, you could help find bugs... A fuzzer that catches buffer overflows would be fantastic. :-)

Note that we would not normally run it as part of our tests. It would be something that we let run for a long time with sanitizers on…

@WojciechMula I do. Didn't I give you access? Anyhow. Yes. I do. POWER9. It was an expensive purchase. :-(

I have begun the work. It not terribly difficult but it will require hours of work.