Skip to main content

Module fixed_point_execution_plan_cache

Module fixed_point_execution_plan_cache 

Source
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§

FixedPointExecutionPlanCache
Execution-plan cache keyed by backend identity, analysis family, graph layout, and frontier-density family.
FixedPointExecutionPlanCacheStats
Runtime counters for FixedPointExecutionPlanCache.