pub const CACHE_LINE: usize = 64;
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.