pub fn paste_parallel_stream(
file_data: &[&[u8]],
config: &PasteConfig,
) -> Result<()>Expand description
Streaming paste for the parallel (normal) mode. Uses memchr per-line scanning and a 1MB output buffer with raw fd writes. For the common 2-file case, dispatches to an optimized fast path.