Daniel Lemire

Results 1862 comments of Daniel Lemire

You should be able to call `rewind()` after calling `raw_json()`.

@IRainman We may not be able to support x86-64-v2 optimizations under Visual Studio because it does not set macros. Having to do runtime dispatching might be too much for a...

@RedYetiDev I don't have any concern, but I'd like to hear what @anonrig has to say about this PR. He is still asking for changes which I consider blocking. One...

We can call it from a container like clang-format. This ensures that it is available 'everywhere'.

@yoeduardoj Would you be willing to work on these bindings?

Hmmm... we do test under arm7: https://github.com/simdutf/simdutf/blob/master/.github/workflows/armv7.yml At a glance, all the tests seem to have to do with utf16 as a starting point *and* 'with errors' routines. The validate...

If your system is configured to be a big endian system, we might be missing it... but we try our best... https://github.com/simdutf/simdutf/blob/2e9582f8ed3218773675b3540e34eb1726f97d3e/include/simdutf/portability.h#L14C1-L52C1 Note that we do run tests in a...

@clausecker If there is a bug, it is fairly likely to be one specific issue given which functions fail (UTF-16 + with error).