pub const BLOCK_SIZE: usize = _; // 1_048_576usizeExpand description
Default block size for data generation (1 MiB) Smaller blocks provide better parallelization efficiency by distributing work more evenly across cores. Optimal for throughput: 256 KB - 1 MB.