Skip to main content

CHUNK_SIZE

Constant CHUNK_SIZE 

Source
const CHUNK_SIZE: usize = 393_216;
Expand description

Bytes per compressed chunk. 8 192 × 48 = 393 216 — the same size used by the import pipeline, so the browser decoder is identical for both sources.