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