Skip to main content

BULK_SECTION_INLINE_CHUNKS

Constant BULK_SECTION_INLINE_CHUNKS 

Source
const BULK_SECTION_INLINE_CHUNKS: usize = 8;
Expand description

Size of 8 is fine here because analysis showed that 91.7% only ever reach <=2 and the largest one ever grew was 6. Decreasing the size below 8 resulted in no change in speed.