pub const BLOCK_MEMORY_SIZE: usize = _; // 32_768usizeExpand description
Block memory size for cache-optimized iteration (L1 cache target).
Operations are blocked into tiles that fit within this size to maximize cache hits. Default: 32KB (typical L1 data cache size).