Wojciech Muła

Results 94 comments of Wojciech Muła

Thank you for this comment. You are right, we seldom allocate memory and do not store the pointer. :) But: a pointer can be static, can be located on a...

Probably the easiest way is to have the precondition `k > 1`. For `k == 1`, we have `memchr`.

@falk-hueffner Hi, thanks for the comment. The instruction "andnot" is an addition that comes from the BMI extension, thus not available everywhere. I've just checked and `gcc -march=skylake ...` emits...

Sound reasonable. IMHO better would be to utilize them. Although I would go for split into major architectures: x86/ARM/PowerPC and then do some global ifdef-magic.

There was a similar error related to clang: #6.

@smallnamespace thank you very much! It indeed looks similar, I'll check this,

Hi, thank you. To be honest, I was never thinking about the longest matches. Your approach seems interesting, I'd love to see how it performs in the real life. If...

I wish I could do this, it's interesting. I had to limit the time I spent on side projects, can't tell you when I can do this.

Hi, sounds interesting, thanks. Yeah, I might try doing this.

Do you have any POWER machine available?