Class Cache_miss_fifo_rmf

java.lang.Object
jline.api.cache.Cache_miss_fifo_rmf

public final class Cache_miss_fifo_rmf extends Object
Position-resolved mean-field miss rates for FIFO(m) caches.

FIFO(m) and RANDOM(m) share the exact stationary distribution (Gast15 Thm 1), so FLD serves FIFO steady state from Cache_miss_rmf; the dedicated value of this class is the FIFO mean-field TRANSIENT (cache_miss_fifo_rmf_tran(jline.util.matrix.Matrix, jline.util.matrix.Matrix, jline.util.matrix.Matrix[], double, int, double[])), which differs from RANDOM(m) even though the fixed points agree. Reduces to RANDOM(m) when m_1 = ... = m_{h-1} = 1.

Reference: N. Gast and B. Van Houdt, "Transient and Steady-state Regime of a Family of List-based Cache Replacement Algorithms", ACM SIGMETRICS 2015.