pub const CACHE_LINE_SIZE: usize = 64; // 64usize
Cache line size in bytes.
Used for memory region calculations in block size computation.