const PIPELINE_BUFFERS: usize = 3;
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.