Functionsยง
- analyze_
source_ ๐file  - Finds all newlines, multi-byte characters, and non-narrow characters in a SourceFile.
 - analyze_
source_ ๐file_ dispatch  - analyze_
source_ ๐file_ generic  - analyze_
source_ ๐ โfile_ sse2 sse2 - Checks 16 byte chunks of text at a time. If the chunk contains something other than printable ASCII characters and newlines, the function falls back to the generic implementation. Otherwise it uses SSE2 intrinsics to quickly find all newlines.