Class Cache_xi_bvhKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Matrix cache_xi_bvh(Matrix gamma, Matrix m) Computes the cache xi terms using the iterative method used in Gast-van Houdt, SIGMETRICS 2015.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • cache_xi_bvh

         final static Matrix cache_xi_bvh(Matrix gamma, Matrix m)

        Computes the cache xi terms using the iterative method used in Gast-van Houdt, SIGMETRICS 2015. This method calculates the xi values, which are important for understanding the distribution of items in the cache. The script assumes (like the paper) that the access factors are monotone with the list index, so it may not work with arbitrary (non-monotone) access costs.

        Parameters:
        gamma -
        • Matrix representing the cache access factors.

        m -
        • Matrix representing the cache capacity vector.

        Returns:

        Matrix - A matrix containing the computed xi terms.