Daniel Lemire

Results 1862 comments of Daniel Lemire

It is just a matter of copying and pasting code, but I'd really like to get @SLieve's ok before doing so.

@madscientist > Of course, it's not a requirement to make internals fully public, in C++, to allow an iterator special access. It's very common to use friend or similar. In...

@bbayles The challenge is that we do not provide the regular expression engine. The user must provide it. Our implementation of URLPattern is not self-sufficient. It provides everything but the...

Let us run the tests. If they pass, we shall merge and release.

For header-only C++, we can always mix and match two behaviours... either through macros or some other means.

Also, we should precisely address what we mean by "backward-compatibility issues". Is it practically significant?

@madscientist I can't speak for everyone, but I can say that *I* would welcome progress on this front. It is entirely possible that I am at the root of the...

I will check next week. :-) (Currently away from my desk.)

@ronag Please see https://github.com/simdutf/simdutf/pull/556 which is an alternative design. Note that if we merge https://github.com/simdutf/simdutf/pull/556, I will make sure that it is credited to you (e.g., in the release notes).

Pull request invited.