Constant COLUMN_ON_STACK

Source
const COLUMN_ON_STACK: usize = 8;
Expand description

When a row has columns no more than this number, we will use stack for some intermediate buffers.