Expand description
Predictive Prefetching for intelligent block preloading
This module provides predictive prefetching capabilities:
- Access pattern analysis and prediction
- Sequential access detection
- Co-location patterns (blocks accessed together)
- Time-based prediction (blocks accessed at similar times)
- Adaptive prefetch depth based on cache hit rates
- Background prefetching with priority control
Structs§
- Predictive
Prefetcher - Predictive prefetcher
- Prefetch
Config - Prefetch configuration
- Prefetch
Prediction - Prefetch prediction
- Prefetch
Stats - Prefetch statistics
- Prefetch
Stats Snapshot - Snapshot of prefetch statistics
Enums§
- Access
Pattern - Access pattern type