Skip to main content

Module fixed_point_resident_cache

Module fixed_point_resident_cache 

Source
Expand description

Cache for resident fixed-point graph and plan reuse.

use weir::fixed_point_resident_cache::FixedPointResidentGraphCache;

Cache for backend-resident fixed-point graph layouts.

Structs§

FixedPointResidentGraphCache
Backend-resident graph cache keyed by backend identity and normalized graph layout.
FixedPointResidentGraphCacheStats
Runtime counters for super::FixedPointResidentGraphCache.