search for: steagall

Displaying 2 results from an estimated 2 matches for "steagall".

2018 Oct 02
3
UTF-8 conversion speed
At CPPcon last week, I saw a talk by Bob Steagall called "Fast Conversion From UTF-8 with C++, DFAs, and SSE Intrinsics." Part of this talk included data from a half-dozen or so conversion libraries... one of which was labeled "LLVM". The LLVM converters were invariably the slowest. On Windows, the mbtowc (or something like th...
2018 Oct 03
2
UTF-8 conversion speed
On 02/10/18 22:58, Friedman, Eli via llvm-dev wrote: > On 10/2/2018 2:27 PM, via llvm-dev wrote: >> At CPPcon last week, I saw a talk by Bob Steagall called >> "Fast Conversion From UTF-8 with C++, DFAs, and SSE Intrinsics." >> Part of this talk included data from a half-dozen or so conversion >> libraries... one of which was labeled "LLVM". >> >> The LLVM converters were invariably the slowest....