Topic: "cache-simulation"
1a1a11a/libCacheSim
a high performance library for building cache simulators
Language: C++ - Size: 94.7 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 267 - Forks: 76
AleksaMCode/cache-simulator
Trace-driven cache memory simulator with LRU, MRU, RR and Belady replacement policies.
Language: C# - Size: 5.08 MB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 13 - Forks: 0
GithubRealFan/CacheSimulator
Language: C - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0
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: Python - Size: 62.5 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0
AzureGreen/cache_simulator
A C++11 Based CDN cache simulator
Language: C++ - Size: 58.6 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1
ehsanyousefzadehasl/CS
Cache Simulator with C++ langauge
Language: C++ - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0
brown9804/Cache-PerformanceSimulation
Cache simulation in order to obtain performance metrics
Language: C++ - Size: 14.6 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
bbangjee/cse3030_introduction_to_computer_systems
From Bit Manipulation to Cache Simulation - Sogang University Computer System Projects
Language: C - Size: 204 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
erwanregy/Cache-Simulation
CPU Cache Simulation using gem5
Language: C - Size: 34.5 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
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: C - Size: 1.25 MB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 1