cache-simulation

There are 9 repositories under cache-simulation topic.

  • 1a1a11a/libCacheSim

    a high performance library for building cache simulators

    Language:C++20855355
  • AleksaMCode/cache-simulator

    Trace-driven cache memory simulator with LRU, MRU, RR and Belady replacement policies.

    Language:C#13210
  • ofanan/accessStrategies

    This is a simulator for access strategies for distributed caching. The simulator considers a user who is equipped by several caches, and receives from them periodical updates about the cached content. The problem and algorithms implemented here are detailed in the paper: I. Cohen, G. Einziger, R. Friedman, and G. Scalosub, “Access Strategies for Network Caching”, IEEE/ACM Transactions on Networking, 29(2), pp. 609-622, 2021.

    Language:Python3100
  • AzureGreen/cache_simulator

    A C++11 Based CDN cache simulator

    Language:C++1301
  • ehsanyousefzadehasl/CS

    Cache Simulator with C++ langauge

    Language:C++1100
  • EmreKumas/Cache_Simulator

    This C project is a cache simulation of a CPU containing L1D, L1I and L2 caches. It takes an image of memory and a memory trace as input, simulates the hit/miss behavior of a cache memory on this trace, and outputs the total number of hits, misses and evictions for each cache type along with the content of each cache at the end.

    Language:C1002
  • erwanregy/Cache-Simulation

    CPU Cache Simulation using gem5

    Language:C1100
  • brown9804/CachePerformanceSimulation

    Cache simulation in order to obtain performance metrics

    Language:C++10