Skip to main content

max_line_length_parallel

Function max_line_length_parallel 

Source
pub fn max_line_length_parallel(data: &[u8], utf8: bool) -> u64
Expand description

Parallel max line length computation. Splits at newline boundaries so each chunk independently computes correct max line width (since newlines reset position tracking).