Robert Clausecker

Results 95 comments of Robert Clausecker

I can look into making a `v3` of the library that exposes the `context` structure of libnfc, allowing you to use it from more than one thread at once. But...

@clausecker The issue was discovered in fuzzer runs on my FreeBSD box. It could be a compiler bug.

I've considered this too. The main way SIMD would seem to help here is to have a fast path for when no normalisation is needed. If the SIMD kernel detects...

These percentages don't really matter. What matters is how often the disallowed code points appear in real text.

> On a related note: utf8_to_lower would likely be in a similar situation, right? Or would that be easier because the number of codepoints (and the bytes per codepoint) would...