Daniel Lemire

Results 1863 comments of Daniel Lemire

@jkeiser I think we need to relate this to the following upstream issue... https://github.com/simdjson/simdjson/issues/94

@ateska and @yankov-pt : comments?

Merging. Thanks everyone.

Will be part of the next release.

@WojciechMula I'm pinging you later today as I have a major upgrade to the base64 support, with a slightly improved API.

Please see https://github.com/simdutf/simdutf/pull/382 where the base64 API was slightly extended (i.e., we have `_safe` functions).

Parallel runs are more likely to run out of memory and fail for spurious reasons (ressouces exhaution). But my instinct in these cases is that we could parallelize without harm.

See https://lemire.me/blog/2024/05/09/how-fast-can-construct-small-list-of-strings-in-c-for-python/

@maksverver We already have an ascii checker... ```C++ /** * Validate the ASCII string and stop on error. * * Overridden by each implementation. * * @param buf the ASCII...