Skip to main content

STDIN_CHUNK_SIZE

Constant STDIN_CHUNK_SIZE 

Source
pub const STDIN_CHUNK_SIZE: usize = _; // 1_048_576usize
Expand description

Read chunk size for stdin pipe mode (1 MiB). Balances memory usage against syscall frequency for piped input.