Skip to main content

STREAM_BUFFER_SIZE

Constant STREAM_BUFFER_SIZE 

Source
pub const STREAM_BUFFER_SIZE: usize = _; // 8_192usize
Expand description

Default buffer size for streaming I/O (8 KB). Aligned to typical filesystem block size for optimal throughput.