Skip to main content

Module cache_constants

Module cache_constants 

Source
Expand description

Cache line size constants for different architectures

Constantsยง

CACHE_LINE_SIZE
Common cache line size (64 bytes) for x86/x64
L1_CACHE_SIZE
L1 cache size estimate (32KB typical)
L2_CACHE_SIZE
L2 cache size estimate (256KB typical)
L3_CACHE_SIZE
L3 cache size estimate (8MB typical)
PAGE_SIZE
Memory page size (4KB typical)
PREFETCH_DISTANCE
Prefetch distance for linear access patterns