Skip to main content

cache_line_size

Function cache_line_size 

Source
pub fn cache_line_size() -> usize
Expand description

Detect the cache line size.

Returns 64 bytes as the default, which is correct for most modern processors.