Module prefetch

Module prefetch 

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

PredictivePrefetcher
Predictive prefetcher
PrefetchConfig
Prefetch configuration
PrefetchPrediction
Prefetch prediction
PrefetchStats
Prefetch statistics
PrefetchStatsSnapshot
Snapshot of prefetch statistics

Enums§

AccessPattern
Access pattern type