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§
- Fixed
Point Resident Graph Cache - Backend-resident graph cache keyed by backend identity and normalized graph layout.
- Fixed
Point Resident Graph Cache Stats - Runtime counters for
super::FixedPointResidentGraphCache.