Expand description
LRU cache for reusable fixed-point execution plans.
ⓘ
use weir::fixed_point_execution_plan_cache::FixedPointExecutionPlanCache;Cache for fixed-point execution plans.
This module owns plan reuse only. It does not upload graph resources, dispatch kernels, or mutate fixed-point scratch.
Structs§
- Fixed
Point Execution Plan Cache - Execution-plan cache keyed by backend identity, analysis family, graph layout, and frontier-density family.
- Fixed
Point Execution Plan Cache Stats - Runtime counters for
FixedPointExecutionPlanCache.