pub fn max_line_length_parallel(data: &[u8], utf8: bool) -> u64Expand description
Parallel max line length computation. Splits at newline boundaries so each chunk independently computes correct max line width (since newlines reset position tracking).