Skip to main content

PIPELINE_BUFFERS

Constant PIPELINE_BUFFERS 

Source
const PIPELINE_BUFFERS: usize = 3;
Expand description

Chunk buffers cycling between the I/O thread and the parser (one being read, one queued, one being parsed) — bounds peak RAM at 3 chunks.