pub const STRING_STRIDE: usize = 64;
Fixed stride per string in the interleaved byte buffers. Used by BatchSizer to estimate buffer sizes.
BatchSizer