pub const STREAM_BUFFER_SIZE: usize = _; // 8_192usize
Default buffer size for streaming I/O (8 KB). Aligned to typical filesystem block size for optimal throughput.