pub const DEFAULT_BATCH_SIZE: usize = 1024;
Default batch size for vectorized operations 1024 rows fits comfortably in L2 cache (~256KB with 256-byte rows)