Daniel Lemire

Results 1863 comments of Daniel Lemire

@anonrig Also, we may want to return a Boolean out of these functions to tell us whether replacement is needed.

CRoaring supports 32-bit and even big endian systems (see https://github.com/RoaringBitmap/CRoaring/blob/master/.github/workflows/s390x.yml). See our documentation: If you need big-endian support, we invite you to contribute to the following issue regarding serialization: https://github.com/RoaringBitmap/CRoaring/issues/423...

@the-moisrex Don't worry about the fuzzer failing, it seems like an obsolete config.

@the-moisrex I generally like the `sub` idea as it simplifies a pain point.

> I had to do this ridiculous thing. I am not too worried about such issues, we can always figure it out in the end. :-) Let us make sure...

> it does mean the user will lose the information on where the error occurred We have to mindful of quality-of-life. If it becomes too hard to debug, it might...

@the-moisrex I will dig into it soon. I invite the entire community to help review.

@the-moisrex I have added the extractor to a few of our standard benchmarks, please see... https://github.com/the-moisrex/simdjson-custom-types/pull/1

@the-moisrex Very nice. Visual Studio appears to complain... ``` D:\a\simdjson\simdjson\build\ALL_BUILD.vcxproj" (default target) (1) -> "D:\a\simdjson\simdjson\build\benchmark\bench_ondemand.vcxproj" (default target) (12) -> (ClCompile target) -> D:\a\simdjson\simdjson\include\simdjson\generic\ondemand\object-inl.h(28,57): error C2039: '__this': is not a member...