Daniel Lemire

Results 1862 comments of Daniel Lemire

I am inviting contributions. This is not impossibly hard.

@WojciechMula In general, you are correct, but in specific cases it is doable. So if you are a 64-bit ARM system, you can make it `constexpr`.

Current LLVM on Apple platforms is version 15, released in 2023. Version 16 is in its 5th beta and should enter soon RC1.

@anonrig Happy to merge if you recommend it. - Do we want to pass a parameter to enable (for example) base64url? - Should we update the README to include a...

Also, please do make sure that you want to exact functionality. :-) As once we merge it in, we might be stuck supporting it as it is. :-) I am...

@anonrig There is a trivial conflict.

@WojciechMula There is no objection on my part. See my comments. I am mostly just concerned about making sure that we offer the right functionality.

> I can rebase this pull-request, if we're ok with it? Can you respond with a thumbs up or a thumbs down? Sure, sure.

@the-moisrex Thanks for the analysis.

What you can do easily with C++20, is this... ```cpp object.extract(lambda1, lambda2, lambda3); ``` In this case, the keys become compile-time constant. This could be beneficial.