search for: cppnow

Displaying 1 result from an estimated 1 matches for "cppnow".

Did you mean: cppcon
2018 Oct 02
3
UTF-8 conversion speed
...ot;LLVM". The LLVM converters were invariably the slowest. On Windows, the mbtowc (or something like that) syscall was pretty good. Steagall's converters were of course wicked fast, even before he started playing tricks with SSE intrinsics. I found his stuff at the following link (note CppNow not CppCon) if anyone is interested in following up. https://github.com/BobSteagall/CppNow2018/tree/master/FastConversionFromUTF-8 --paulr