pub const MAX_RLE_RUN_LEN: usize = MAX_CELLS_PER_TILE; // 8_000_000usize
Maximum length of a single RLE run (bounded by tile cell count).