[][src]Module is_utf8::lemire

Daniel Lemire's UTF-8 validation algorithm

The algorithm is discussed in a blog post by him.

Modules

avxavx and avx2

AVX implementation of Lemire's algorithm

ssesse2 and ssse3 and sse4.1

SSE implementation of Lemire's algorithm