cacheLineSize

Size of a CPU cache line in bytes.

Container layouts should be adapted to make use of at least this many bytes in its nodes.

enum cacheLineSize = 64;

Meta