Module cache_hierarchy

Module cache_hierarchy 

Source
Expand description

Cache-optimized data layouts with hot/cold data separation

This module implements cache-friendly storage patterns to minimize cache misses and maximize memory bandwidth utilization.

Structs§

CacheHierarchy
Cache hierarchy manager for graph data
HotColdStorage
Hot/cold storage facade
NodeData
Node data structure

Enums§

CachePropertyValue
Property value types for cache storage