Skip to main content

CACHE_LINE

Constant CACHE_LINE 

Source
pub const CACHE_LINE: usize = 64;
Expand description

The size of an index bucket, and the cache line the engine is built around.

Everything that claims to be one cache line asserts against this rather than writing 64 twice.