Repository navigation

#

cache-simulator

a high performance library for building cache simulators

C++
213
8 天前

A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per second.

C++
71
1 年前

A C++11 simulator for a variety of CDN caching policies.

C++
51
4 年前

Haystack is an analytical cache model that given a program computes the number of cache misses.

C++
46
6 年前

cache analysis platform developed at Emory University and CMU

Python
40
1 年前

A simple cache simulator

C++
19
6 年前

A cache simulator, using the C++ language, to simulate a direct-mapped, fully associative and set-associative cache. It has a set of memory reference generators to generate different sequences of references.

C++
19
8 年前

Source code for the evaluated benchmarks and proposed cache management technique, GRASP, in [Faldu et al., HPCA'20].

Emacs Lisp
17
5 年前

A survey on architectural simulators focused on CPU caches.

16
5 年前

A graphics tracing and replay framework to explore system-level effects on heterogeneous CPU+GPU memory systems.

C++
15
7 年前

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

C#
13
1 年前

This cache simulator is used in order to simulate substitutions in cache using replacement policies (FIFO and LRU) and write back into the cache (using the write-allocate policy).

C
13
7 年前

Simulator of experiments presented in "Enabling Long-term Fairness in Dynamic Resource Allocation", ACM SIGMETRICS 2023.

Python
13
2 年前

A Decaying Least Frequently Used Cache implementation.

Python
12
2 年前

Computer architecture project : Cache simulator with LRU replacement policy

Python
12
4 年前

Contains implementations of cache-optimized and external memory algorithms.

C++
11
6 年前

OpenGraph is an open-source graph processing benchmarking suite written in pure C/OpenMP. Integrated with Sniper simulator.

C
11
1 年前