Daniel Lemire

Results 1864 comments of Daniel Lemire

If you replace the GetOctalCode with the following code... See code ```C++ static constexpr std::array octal_table = []() constexpr { std::array result{}; for(uint32_t ch = 0; ch < 256; ch++)...

We do not currently suppose `uint16_t` as you may have realized. Pull request invited.

@Nugine Well well… that is interesting. Could we bring this back in the main repo?

Feedback as to the motivation of a feature is important to us.

Computing the UTF-8 size of a Latin 1 string quickly (AVX edition) https://lemire.me/blog/2023/02/16/computing-the-utf-8-size-of-a-latin-1-string-quickly-avx-edition/

We currently fully support Latin1 ([IEC_8859-1](https://en.m.wikipedia.org/wiki/ISO/IEC_8859-1)), the most popular ISO format, in our main branch. It is unclear whether we should extend to other European ISO formats. My suspicions is...

Important work! > is it somehow possible to have run container with nbrruns equal to zero It should not be. We don’t include empty containers.

@FishOrBear What are you running this on? Your numbers appear to be very, very high. I do not see a regression. What I see on this test is that Node...

The JavaScript engine v8 was updated to 11.3 with Node 20, it was upgraded again to 11.8 with Node 20. Node 19 had v8 10.7. Regarding the possibility that it...

@anonrig I will review 'soon'. Please be patient.