Expand description
Operations on ASCII [u8].
Structsยง
- Escape
Ascii - An iterator over the escaped version of a byte slice.
- Escape
Byte ๐
Constantsยง
- SSE2_
CHUNK_ ๐SIZE x86-64 and sse2 - Chunk size for SSE2 vectorized ASCII checking (4x 16-byte loads).
Functionsยง
- is_
ascii ๐x86-64 and sse2 - ASCII test optimized to use the
pmovmskbinstruction onx86-64. - is_
ascii_ ๐sse2 x86-64 and sse2 - is_
ascii_ ๐ปsimple Experimental - ASCII test without the chunk-at-a-time optimizations.