Expand description
Memory Budget Cache
Provides LRU-based cache management with byte-level memory tracking for partition eviction in the lazy graph manager.
Thread-safe via interior mutability using parking_lot::Mutex.
Structs§
- Cache
Metrics - Cache metrics for monitoring
- Memory
Budget Cache - Memory budget cache with LRU eviction
- Partition
Stats - Statistics about a loaded partition
Functions§
- estimate_
memory - Estimate memory footprint for a partition
- estimate_
memory_ custom - Estimate memory footprint with custom size factors